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