DEBSOURCES
Skip Quicknav
sources / sparse / 0.6.4-5 / validation / label-scope.c
123456789
static int f(int n) { __label__ n; n: return n; } /* * check-name: __label__ scope */