ref: f1c2aa0d83a485ac3506d007263631a0e338da4d 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") ;; }