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
/
60 foreach
/
prog3.c
blob: 905a530c7b447ae37a433ac1cba5624d1a53ace3 (
plain
)
1
2
3
4
5
6
#include
<stdio.h>
int
main
(
void
)
{
printf
(
"This is test #3.
\n
"
);
return
0
;
}