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