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