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