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