blob: 2c2594680a11670c4d246a4976ef7af676bbe3e1 [file] [log] [blame]
Daniel Dunbard7d5f022009-03-24 02:24:46 +00001/* RUN: clang-cc -fsyntax-only %s -std=c89 &&
2 * RUN: not clang-cc -fsyntax-only %s -std=c99 -pedantic-errors
Reid Spencer5f016e22007-07-11 17:01:13 +00003 */
4
5int A() {
6 return X();
7}
8