brintos

brintos / llvm-project-archived public Read only

0
0
Text · 160 B · a758228 Raw
10 lines · plain
1/* RUN: cp %s %t2   RUN: %clang_cc1 -x objective-c -fixit %t3   RUN: %clang_cc1 -x objective-c -Werror %t4 */5 6int main(void) {7  auto int i = 0;8  return i;9}10