blob: ea42d0c1c801eff13081d8c826b8c091fe9b3a4e [file] [log] [blame]
Chris Lattner4045a8a2007-10-11 00:18:28 +00001/* RUN: clang -fsyntax-only %s -std=c89 &&
2 * RUN: not clang -fsyntax-only %s -std=c99 -pedantic-errors
Chris Lattner4b009652007-07-25 00:24:17 +00003 */
4
5int A() {
6 return X();
7}
8