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