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