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