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