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