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