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