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