ref: 2ffd051d75978386e2c63b5d0812dd9be982c38c 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") ;; }