brintos

brintos / llvm-project-archived public Read only

0
0
Text · 169 B · a3862be Raw
8 lines · plain
1// RUN: %clang_cc1 -fsyntax-only -fobjc-arc -verify -fblocks -triple x86_64-apple-darwin10.0.0 %s2// expected-no-diagnostics3 4bool fn(id obj) {5    return (bool)obj;6}7 8