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