blob: 942f091d7bbe31155b128804396ec8f4d882fd7a [file] [log] [blame]
/* RUN: clang -parse-ast %s -std=c89 &&
* RUN: not clang -parse-ast %s -std=c99 -pedantic-errors
*/
int A() {
return X();
}