blob: d09f04c2b7976f72b0fa28790fc91b747087c37a [file] [log] [blame]
Fariborz Jahanian12e3ece2011-02-22 23:17:49 +00001/* 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
8int main() {
9 auto int i = 0;
10 return i;
11}