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