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