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