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