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