6 Basic concepts [basic]

6.3 Scope [basic.scope]

6.3.5 Function scope [basic.funscope]

Labels ([stmt.label]) have function scope and may be used anywhere in the function in which they are declared.
Only labels have function scope.