diff options
Diffstat (limited to 'test/old-elf/Inputs/rodata.c')
-rw-r--r-- | test/old-elf/Inputs/rodata.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/old-elf/Inputs/rodata.c b/test/old-elf/Inputs/rodata.c deleted file mode 100644 index b43c9c945898..000000000000 --- a/test/old-elf/Inputs/rodata.c +++ /dev/null @@ -1,4 +0,0 @@ -const unsigned char *str = "llvm"; -int foo() { - return str[0]; -} |