1 // RUN: %clang_cc1 -emit-llvm -o %t %s
4 typedef const struct objc_selector {
13 @implementation I3; // expected-warning {{cannot find interface declaration for 'I3'}}
15 I2 *a0 = [I2 dictionary];
19 int func(SEL s1, SEL s2)
21 return s1->sel_id == s2->sel_id;