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