summaryrefslogtreecommitdiffstats
path: root/clang/test/Parser/traditional_arg_scope.c
blob: 222de863fba03363c8c66bd0c1232ecf4ae5fa7a (plain)
1
2
3
4
5
// RUN: clang -fsyntax-only %s -verify

x(a) int a; {return a;}
y(b) int b; {return a;} // expected-error {{use of undeclared identifier}}

OpenPOWER on IntegriCloud