blob: 942f091d7bbe31155b128804396ec8f4d882fd7a [file] [log] [blame]
Reid Spencer5f016e22007-07-11 17:01:13 +00001/* RUN: clang -parse-ast %s -std=c89 &&
2 * RUN: not clang -parse-ast %s -std=c99 -pedantic-errors
3 */
4
5int A() {
6 return X();
7}
8