1// RUN: %clang_cc1 -fsyntax-only -fobjc-arc -verify -fblocks -triple x86_64-apple-darwin10.0.0 %s 2// expected-no-diagnostics 3 4bool fn(id obj) { 5 return (bool)obj; 6} 7 8