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