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