brintos

brintos / llvm-project-archived public Read only

0
0
Text · 147 B · 017e493 Raw
9 lines · c
1/* RUN: %clang_cc1 -fsyntax-only %s -std=c892 * RUN: not %clang_cc1 -fsyntax-only %s -std=c99 -pedantic-errors3 */4 5int A(void) {6  return X();7}8 9