summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC/block-byref-variable-layout.m
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGenObjC/block-byref-variable-layout.m')
-rw-r--r--clang/test/CodeGenObjC/block-byref-variable-layout.m7
1 files changed, 7 insertions, 0 deletions
diff --git a/clang/test/CodeGenObjC/block-byref-variable-layout.m b/clang/test/CodeGenObjC/block-byref-variable-layout.m
index 6030661af4d..9c8f6743be3 100644
--- a/clang/test/CodeGenObjC/block-byref-variable-layout.m
+++ b/clang/test/CodeGenObjC/block-byref-variable-layout.m
@@ -40,3 +40,10 @@ int main() {
};
c();
}
+
+// rdar://12787751
+typedef char mds_path_t[1024];
+void directVolumePerfWaitForStoreState()
+{
+ __block mds_path_t path;
+}
OpenPOWER on IntegriCloud