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

5 lines
66 B
C

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