1 // Test objc_boxable update record
3 // RUN: %clang_cc1 -x objective-c %S/objc_boxable_record.h -emit-pch -o %t1
4 // RUN: %clang_cc1 -x objective-c %S/objc_boxable_record_attr.h -include-pch %t1 -emit-pch -o %t2
5 // RUN: %clang_cc1 %s -include-pch %t2 -fsyntax-only -verify
7 // expected-no-diagnostics
9 __attribute__((objc_root_class))
11 + (NSValue *)valueWithBytes:(const void *)bytes objCType:(const char *)type;
14 void doStuff(struct boxable b) {