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