hanchenye-llvm-project/clang/test/Sema/implicit-def.c

9 lines
139 B
C
Raw Normal View History

/* RUN: clang-cc -fsyntax-only %s -std=c89
* RUN: not clang-cc -fsyntax-only %s -std=c99 -pedantic-errors
2006-11-20 15:03:41 +08:00
*/
int A() {
return X();
}