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