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