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