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