index
:
dwz
debian
progress-linux
upstream
debian 11 backports: dwz
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
testsuite
/
dwz.tests
/
hello.c
blob: 82d070e3157a522c150e3dcbce3f2cc8734ead04 (
plain
)
1
2
3
4
5
6
7
8
#include
<stdio.h>
int
main
(
void
)
{
printf
(
"hello
\n
"
);
return
0
;
}