diff options
Diffstat (limited to 'test/old-elf/ARM/Inputs/obj.c')
-rw-r--r-- | test/old-elf/ARM/Inputs/obj.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/old-elf/ARM/Inputs/obj.c b/test/old-elf/ARM/Inputs/obj.c deleted file mode 100644 index fb6a9f13f698..000000000000 --- a/test/old-elf/ARM/Inputs/obj.c +++ /dev/null @@ -1,4 +0,0 @@ -static struct S { -} s; - -struct S *const object = &s; |