Files
patchelf/tests/too-many-strtab.c
2020-09-22 20:59:55 +01:00

4 lines
82 B
C

const int __attribute__((section (".shstrtab"))) lel = 42;
int main(){return 0;}