6
Basics
[basic]
6.4
Scope
[basic.scope]
6.4.5
Function scope
[basic.funscope]
1
#
Labels
have
function scope
and may be used anywhere in the function in which they are declared
.
Only labels have function scope
.