Home | History | Annotate | Download | only in SemaObjCXX
      1 // RUN: %clang_cc1 -fobjc-nonfragile-abi -fsyntax-only -fobjc-arc -verify -fblocks -triple x86_64-apple-darwin10.0.0 %s
      2 // rdar://9310049
      3 
      4 bool fn(id obj) {
      5     return (bool)obj;
      6 }
      7 
      8