[stmt.goto] (original) (raw)
8 Statements [stmt]
8.7 Jump statements [stmt.jump]
8.7.6 The goto statement [stmt.goto]
The goto statement unconditionally transfers control to the statement labeled by the identifier.
The identifier shall be alabel located in the current function.