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