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