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