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