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
[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git]
/
clang
/
test
/
CodeGenObjCXX
/
foreach-statement.mm
blob
faa14e4bbcc02553c4ef87df9666ce7cb8fd4540
1
// RUN: %clang_cc1 %s -triple=x86_64-apple-darwin10 -emit-llvm -o - | FileCheck %s
2
3
// CHECK: call void @llvm.memset
4
5
int main() {
6
id foo;
7
for (id a in foo) {
8
}
9
}