blob: 8e277106a71c624cc61b380c76f58895cc34a969 [file] [log] [blame]
Stephen Hines651f13c2014-04-23 16:59:28 -07001// REQUIRES: x86-registered-target
Rafael Espindolaa3f55b02013-09-04 04:12:25 +00002// RUN: %clang_cc1 -fobjc-gc -triple x86_64-apple-darwin -fobjc-runtime=macosx-fragile-10.5 -S %s -o %t-64.s
Tim Northover931a4fe2013-08-12 12:51:05 +00003// RUN: FileCheck -check-prefix CHECK-LP64 --input-file=%t-64.s %s
Fariborz Jahanianf96bdf42011-01-03 19:23:18 +00004
5// rdar://8800513
6@interface NSObject {
7 id isa;
8}
9@end
10
11typedef struct {
12 id b;
13} st;
14
15@interface Test : NSObject {
16 int a;
17 st b[0];
18}
19@end
20
21@implementation Test @end
22// CHECK-LP64: L_OBJC_CLASS_NAME_4:
23// CHECK-LP64-NEXT: .asciz "\001\020"