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