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