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