[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang / test / FixIt / auto-fixit.m
blob4d33ea30e21d8dad8f6361aabdc9f42cc2129cae
1 /* RUN: cp %s %t
2    RUN: %clang_cc1 -x objective-c -fixit %t
3    RUN: %clang_cc1 -x objective-c -Werror %t
4  */
6 // rdar://9036633
8 int main(void) {
9   auto int i = 0;
10   return i;