new testcase

llvm-svn: 39271
This commit is contained in:
Chris Lattner 2007-01-23 01:32:33 +00:00
parent ad9ac94d08
commit 23f2e9e687
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
// RUN: clang -fsyntax-only %s
void bla1() {
struct XXX;
int XXX;
}