3 Basic concepts [basic]

3.3 Scope [basic.scope]

3.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.