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