summaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/synthesize_ivar.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/synthesize_ivar.m')
-rw-r--r--test/CodeGenObjC/synthesize_ivar.m3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/CodeGenObjC/synthesize_ivar.m b/test/CodeGenObjC/synthesize_ivar.m
index e4fbe101a648..92f6096b7e4d 100644
--- a/test/CodeGenObjC/synthesize_ivar.m
+++ b/test/CodeGenObjC/synthesize_ivar.m
@@ -1,5 +1,8 @@
// RUN: %clang_cc1 -emit-llvm -o %t %s
+// PR13820
+// REQUIRES: LP64
+
@interface I
@property int IP;
@end