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