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
/
bar.c
blob: 50123104c0c3dbb1a225a2fdb734f8a806ec972c (
plain
)
1
2
3
4
5
6
7
#include <stdio.h>
int
bar
()
{
printf
(
"This is bar()!
\n
"
);
return
34
;
}