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