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