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