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