ref: 2e3e676b32b16cf0f73b508e7633a15b4184b9db dir: /test/matchvoid.myr/
use std const main = { match `std.Some void | `std.Some void: std.put("ok\n") | `std.None: std.put("nope\n") ;; }