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

int A() {
  return X();
}

OpenPOWER on IntegriCloud