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