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