new testcase

llvm-svn: 39040
This commit is contained in:
Chris Lattner 2006-10-25 03:14:54 +00:00
parent b1072a3df5
commit 19f4440f5b
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
// RUN: not clang %s -fsyntax-only
int foo() {
{
typedef float X;
}
X Y;
}