Test from PR2332; bug already fixed by r51311.

llvm-svn: 51316
This commit is contained in:
Eli Friedman 2008-05-20 12:55:29 +00:00
parent 3f95ba0498
commit 4b44e2ee8c

View File

@ -3,3 +3,5 @@
x(a) int a; {return a;}
y(b) int b; {return a;} // expected-error {{use of undeclared identifier}}
// PR2332
a(a)int a;{a=10;return a;}