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