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