1f51a89d39
These were ignored by git accidentally. We want ALL OF THEM since they all came in the llvm/clang source distribution.
12 lines
175 B
Objective-C
12 lines
175 B
Objective-C
/* RUN: cp %s %t
|
|
RUN: %clang_cc1 -x objective-c -fixit %t
|
|
RUN: %clang_cc1 -x objective-c -Werror %t
|
|
*/
|
|
|
|
// rdar://9036633
|
|
|
|
int main() {
|
|
auto int i = 0;
|
|
return i;
|
|
}
|