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