hanchenye-llvm-project/lld/test/elf/Inputs/rodata.c

5 lines
66 B
C

const unsigned char *str = "llvm";
int foo() {
return str[0];
}