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