8
Statements
[stmt.stmt]
8.7
Jump statements
[stmt.jump]
8.7.6
The
goto
statement
[stmt.goto]
1
#
The
goto
statement unconditionally transfers control to the statement labeled by the identifier
.
The identifier shall be a
label
located in the current function
.