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