]> granicus.if.org Git - clang/commitdiff
Test case.
authorJohn McCall <rjmccall@apple.com>
Tue, 7 Dec 2010 22:55:51 +0000 (22:55 +0000)
committerJohn McCall <rjmccall@apple.com>
Tue, 7 Dec 2010 22:55:51 +0000 (22:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@121194 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenObjCXX/property-dot-reference.mm

index a6a243e660ca7fdc04664f74fac695233ee61e71..6b53639f54cb583a1efcd1e597dae1ceda33f563 100644 (file)
@@ -57,3 +57,6 @@ void test2() {
 // CHECK: call double bitcast
 // CHECK: call i32 bitcast
 // CHECK: call double bitcast
+
+// PR8751
+int test3(Test2 *obj) { return obj.myProperty; }