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