ref: f8152dae21873cf42f2d65bdf657a717c2240a25 dir: /test/voidmatch.myr/
use std const main = { match `std.Some void | `std.Some x: std.put("ok\n") | `std.None: std.put("fail\n") ;; }