1 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm %s -o - | FileCheck %s
5 typedef double CGFloat;
10 typedef struct CGPoint CGPoint;
18 typedef struct CGSize CGSize;
25 typedef struct CGRect CGRect;
29 @property CGRect frame;
32 @interface crashclass : UIView {
38 @implementation crashclass
39 - (void)setFrame:(CGRect)frame
42 [super setFrame:frame];
46 // CHECK-NOT: declare void @objc_msgSendSuper2_stret
47 // CHECK: declare i8* @objc_msgSendSuper2