new testcase

llvm-svn: 39195
This commit is contained in:
Chris Lattner 2006-11-20 07:03:41 +00:00
parent ac18be9ad2
commit eda517e456
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
/* RUN: clang -parse-ast %s -std=c89 &&
* RUN: not clang -parse-ast %s -std=c99 -pedantic-errors
*/
int A() {
return X();
}