aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Sema/implicit-def.c
blob: ea42d0c1c801eff13081d8c826b8c091fe9b3a4e (plain)
1
2
3
4
5
6
7
8
/* RUN: clang -fsyntax-only %s -std=c89 &&
 * RUN: not clang -fsyntax-only %s -std=c99 -pedantic-errors
 */

int A() {
  return X();
}