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