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