[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / CodeGenObjC / ivar-layout-array0-struct.m
blob95c1695030a0e8c90d554ffba241b266b55d4dbd
1 // REQUIRES: x86-registered-target
2 // RUN: %clang_cc1 -fobjc-gc -triple x86_64-apple-darwin -fobjc-runtime=macosx-fragile-10.5 -S %s -o %t-64.s
3 // RUN: FileCheck -check-prefix CHECK-LP64 --input-file=%t-64.s %s
5 @interface NSObject {
6   id isa;
8 @end
10 typedef struct {
11     id b;
12 } st;
14 @interface Test : NSObject {
15     int a;
16     st b[0];
18 @end
20 @implementation Test @end
21 // CHECK-LP64: L_OBJC_CLASS_NAME_.4:
22 // CHECK-LP64-NEXT: .asciz      "\001\020"