index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test cases
/
common
/
93 suites
/
subprojects
/
sub
/
sub2.c
blob: 0b457dc01f7ab1112703368ed211edc36b1189ef (
plain
)
1
2
3
4
5
6
#include
<stdio.h>
int
main
(
void
)
{
printf
(
"I am test sub2.
\n
"
);
return
0
;
}