blob: 6caa090631e69e5964ef838b9380a8d4114b3112 [file] [log] [blame]
Daniel Dunbar8fbe78f2009-12-15 20:14:24 +00001/* RUN: %clang_cc1 -fsyntax-only %s -std=c89
2 * RUN: not %clang_cc1 -fsyntax-only %s -std=c99 -pedantic-errors
Chris Lattnereda517e2006-11-20 07:03:41 +00003 */
4
5int A() {
6 return X();
7}
8