// RUN: %clang_cc1 -fobjc-gc -emit-llvm -o %t %s
// RUN: grep objc_assign_ivar %t | count 6
+// PR13820
+// REQUIRES: LP64
+
@interface I @end
typedef I TI;
// RUN: %clang_cc1 -emit-llvm -o - %s | FileCheck %s
+// PR13820
+// REQUIRES: LP64
+
// TODO: actually test most of this instead of just emitting it
int printf(const char *, ...);
// RUN: %clang_cc1 -emit-llvm -o %t %s
// RUN: grep '@"OBJC_IVAR_$_XCOrganizerDeviceNodeInfo.viewController"' %t
+// PR13820
+// REQUIRES: LP64
+
@interface XCOrganizerNodeInfo
@property (readonly, retain) id viewController;
@end
// RUN: %clang_cc1 -emit-llvm -o %t %s
+// PR13820
+// REQUIRES: LP64
+
@interface I
@property int IP;
@end