repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
clang
/
test
/
FixIt
/
auto-fixit.m
blob
4d33ea30e21d8dad8f6361aabdc9f42cc2129cae
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(void) {
9
auto int i = 0;
10
return i;
11
}