brintos

brintos / llvm-project-archived public Read only

0
0
Text · 160 B · e48e33c Raw
9 lines · c
1/* RUN: %clang_cc1 -std=c89 -fsyntax-only -verify -Wno-strict-prototypes -Wmain-return-type %s2 */3 4/* expected-no-diagnostics */5 6int main() {7    return 0;8}9