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
/
93 suites
/
exe2.c
blob: 21a9dd61f42dd0e6f60529eaad1d387aff6ed6f0 (
plain
)
1
2
3
4
5
6
#include
<stdio.h>
int
main
(
void
)
{
printf
(
"I am test exe2.
\n
"
);
return
0
;
}