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