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