ref: 731dd8851a19c11f91d01bdc8c469c77d653a4ea dir: /test/matchvoid.myr/
use std const main = { match `std.Some void | `std.Some void: std.put("ok\n") | `std.None: std.put("nope\n") ;; }