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