index
:
patchelf.git
0.1-release
0.2-release
0.3-release
aarch64
ci-musl
domenkozar-patch-1
github-actions
master
travis-test
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
no-rpath.c
blob: e6a5b851ba5713792fe17e40e32b08d4b27a27e6 (
plain
)
1
2
3
4
5
6
#include <stdio.h>
int
main
() {
printf
(
"Hello world
\n
"
);
return
0
;
}