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