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