1 // Used to check if cle respects RUNPATH in binaries.
2 // compile with:
3 // $ gcc -O0 -o ../tests/x86_64/runpath -Wl,-rpath,'$ORIGIN/lib' runpath.c
main(void)4 int main(void) {}
5