Files
patchelf/tests/shared-rpath.c
Breno Rodrigues Guimaraes 860c04dbd6 Add test
2023-03-17 19:11:45 -03:00

3 lines
55 B
C

int a_symbol_name;
int foo() { return a_symbol_name; }