label 'identifier' was undefined
The label used by a goto statement does not exist in the function. The following sample generates C2094:
void main() { goto test; // uncomment the following to resolve /* test: { } */ }