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