Home | History | Annotate | Download | only in FixIt
      1 /* RUN: cp %s %t
      2    RUN: %clang_cc1 -x objective-c -fixit %t
      3    RUN: %clang_cc1 -x objective-c -Werror %t
      4  */
      5 
      6 // rdar://9036633
      7 
      8 int main() {
      9   auto int i = 0;
     10   return i;
     11 }
     12