aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDavid Monniaux <David.Monniaux@univ-grenoble-alpes.fr>2021-09-20 13:29:34 +0200
committerDavid Monniaux <David.Monniaux@univ-grenoble-alpes.fr>2021-09-20 13:29:34 +0200
commite81693c7c3352eebc62880c3e914fe317cf66980 (patch)
treeb846d2247561dd43e5bee9d42b69ffcd9000093b /test
parent81eadac7dfaa7fb05f11d45042b74e95e1a14a09 (diff)
parent2b990365318a58b18d6def2aa590dd8a91e53e10 (diff)
downloadcompcert-kvx-e81693c7c3352eebc62880c3e914fe317cf66980.tar.gz
compcert-kvx-e81693c7c3352eebc62880c3e914fe317cf66980.zip
Merge branch 'csmith' of gricad-gitlab.univ-grenoble-alpes.fr:sixcy/CompCert into csmith
Diffstat (limited to 'test')
-rw-r--r--test/gourdinl/builtin_memcpy.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/gourdinl/builtin_memcpy.c b/test/gourdinl/builtin_memcpy.c
new file mode 100644
index 00000000..421f543c
--- /dev/null
+++ b/test/gourdinl/builtin_memcpy.c
@@ -0,0 +1,9 @@
+struct a b;
+struct a {
+ short;
+ int;
+ short;
+} c() {
+ struct a d[2][16];
+ b = d[1][7];
+}