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