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