blob: d1e212cf6d496537e4c565b98f61861b651afdb4 [file] [log] [blame]
// RUN: clang-cc -fsyntax-only -verify %s
@class NSString;
id a;
NSString *b;
void f() {
bool b1 = a;
bool b2 = b;
}