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