forked from OSchip/llvm-project
parent
b1072a3df5
commit
19f4440f5b
|
@ -0,0 +1,8 @@
|
||||||
|
// RUN: not clang %s -fsyntax-only
|
||||||
|
|
||||||
|
int foo() {
|
||||||
|
{
|
||||||
|
typedef float X;
|
||||||
|
}
|
||||||
|
X Y;
|
||||||
|
}
|
Loading…
Reference in New Issue