summaryrefslogtreecommitdiff
path: root/libgomp/testsuite/libgomp.c++/target-2-aux.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libgomp/testsuite/libgomp.c++/target-2-aux.cc')
-rw-r--r--libgomp/testsuite/libgomp.c++/target-2-aux.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/libgomp/testsuite/libgomp.c++/target-2-aux.cc b/libgomp/testsuite/libgomp.c++/target-2-aux.cc
new file mode 100644
index 00000000000..b405404e6dc
--- /dev/null
+++ b/libgomp/testsuite/libgomp.c++/target-2-aux.cc
@@ -0,0 +1,5 @@
+double f[1024];
+double (&fr) [1024] = f;
+double gbuf[1024];
+double *g = gbuf;
+double *&gr = g;