ref: d975956a1a2a1b05e328247fc0f5ca841edc8e18 dir: /test/nestedgoto.myr/
use std const main = { match 0 | 0: goto ok | 1: :ok -> void | _: ;; std.exit(1) }