aboutsummaryrefslogtreecommitdiff
path: root/tests/initializer-nested-array-address.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/initializer-nested-array-address.c')
-rw-r--r--tests/initializer-nested-array-address.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/initializer-nested-array-address.c b/tests/initializer-nested-array-address.c
deleted file mode 100644
index fb8bbd5..0000000
--- a/tests/initializer-nested-array-address.c
+++ /dev/null
@@ -1,2 +0,0 @@
-int x[2][3];
-int *y = &x[1][2];