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