Sign in
fuchsia
/
third_party
/
swift-clang
/
a40ea3abe6e2f0b338d00c38fe7d724241c5af97
/
.
/
test
/
SemaObjCXX
/
arc-bool-conversion.mm
blob: 12a3be3022bbc1721bd77bd99aec32f0d3c14fd1 [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -fsyntax-only -fobjc-arc -verify -fblocks -triple x86_64-apple-darwin10.0.0 %s
// expected-no-diagnostics
// rdar://9310049
bool
fn
(
id obj
)
{
return
(
bool
)
obj
;
}