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