mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-07 08:34:59 +00:00
Test from PR2332; bug already fixed by r51311.
llvm-svn: 51316
This commit is contained in:
parent
3f95ba0498
commit
4b44e2ee8c
@ -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;}
|
||||
|
Loading…
Reference in New Issue
Block a user