aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/label-scope.c
diff options
context:
space:
mode:
Diffstat (limited to 'validation/label-scope.c')
-rw-r--r--validation/label-scope.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/validation/label-scope.c b/validation/label-scope.c
index 7af3d916..0ffaaf4a 100644
--- a/validation/label-scope.c
+++ b/validation/label-scope.c
@@ -3,10 +3,7 @@ static int f(int n)
__label__ n;
n: return n;
}
-static int g(int n)
-{
-n: return n;
-}
+
/*
* check-name: __label__ scope
*/