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