index
:
meson
debian
progress-linux
upstream
debian 11 backports: hardware (libnvme, nvme-cli)
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test cases
/
common
/
60 foreach
/
prog2.c
blob: c2132883a456ba4d3777010d85581c0f060d7a6d (
plain
)
1
2
3
4
5
6
#include
<stdio.h>
int
main
(
void
)
{
printf
(
"This is test #2.
\n
"
);
return
0
;
}