1 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm %s -o - | FileCheck %s
3 typedef double CGFloat;
8 typedef struct CGPoint CGPoint;
16 typedef struct CGSize CGSize;
23 typedef struct CGRect CGRect;
27 @property CGRect frame;
30 @interface crashclass : UIView {
36 @implementation crashclass
37 - (void)setFrame:(CGRect)frame
40 [super setFrame:frame];
44 // CHECK-NOT: declare void @objc_msgSendSuper2_stret
45 // CHECK: declare ptr @objc_msgSendSuper2