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