DEBSOURCES
Skip Quicknav
sources / sparse / 0.4.3%2B20110419-1 / validation / label-scope.c
123456789101112
static int f(int n) { __label__ n; n: return n; } static int g(int n) { n: return n; } /* * check-name: __label__ scope */