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