implicit-def.c 143 B

12345678
  1. /* RUN: %clang_cc1 -fsyntax-only %s -std=c89
  2. * RUN: not %clang_cc1 -fsyntax-only %s -std=c99 -pedantic-errors
  3. */
  4. int A() {
  5. return X();
  6. }