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