blob: 66762c436f41545a2d11818e27a96e28a29bc43c [file] [log] [blame]
Fariborz Jahanian0b2bd472010-04-13 00:38:05 +00001// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-nonfragile-abi -emit-llvm -o - %s | FileCheck -check-prefix LP64 %s
2// rdar: // 7849824
3
4struct s {
5 double a, b, c, d;
6};
7
8@interface A
9@property (readwrite) double x;
10@property (readwrite) struct s y;
11@end
12
13@implementation A
14@synthesize x;
15@synthesize y;
16@end
17
18// CHECK-LP64: call void @objc_copyStruct
19// CHECK-LP64: call void @objc_copyStruct