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