diff options
Diffstat (limited to 'ld/testsuite/ld-ctf/array-int.c')
-rw-r--r-- | ld/testsuite/ld-ctf/array-int.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/testsuite/ld-ctf/array-int.c b/ld/testsuite/ld-ctf/array-int.c new file mode 100644 index 0000000..ec6bed2 --- /dev/null +++ b/ld/testsuite/ld-ctf/array-int.c @@ -0,0 +1 @@ +int digits[10] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, }; |