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