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