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