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