1 // RUN: %clang_cc1 -triple i386-apple-darwin9 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -o %t %s
2 // RUN: grep '.lazy_reference .objc_class_name_A' %t | count 1
3 // RUN: grep '.lazy_reference .objc_class_name_Unknown' %t | count 1
4 // RUN: grep '.lazy_reference .objc_class_name_Protocol' %t | count 1
5 // RUN: %clang_cc1 -triple i386-apple-darwin9 -fobjc-runtime=macosx-fragile-10.5 -DWITH_IMPL -emit-llvm -o %t %s
6 // RUN: grep '.lazy_reference .objc_class_name_Root' %t | count 1
18 @interface A (Category)