brintos

brintos / llvm-project-archived public Read only

0
0
Text · 175 B · faa14e4 Raw
10 lines · plain
1// RUN: %clang_cc1 %s -triple=x86_64-apple-darwin10 -emit-llvm -o - | FileCheck %s2 3// CHECK: call void @llvm.memset4 5int main() {6    id foo;7    for (id a in foo) {8    }9}10