blob: 86da3ca90cf10297e02099742ad81821e1034955 [file] [log] [blame]
John McCallf85e1932011-06-15 23:02:42 +00001// RUN: %clang_cc1 -fobjc-nonfragile-abi -fsyntax-only -fobjc-arc -verify -fblocks -triple x86_64-apple-darwin10.0.0 %s
2// rdar://9310049
3
4bool fn(id obj) {
5 return (bool)obj;
6}
7