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