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