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