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
/
20 array
/
prog.c
blob: ad58a0b3acea8733b2b9d932007256c79ed902f5 (
plain
)
1
2
3
extern
int
func
();
int
main
(
int
argc
,
char
**
argv
)
{
return
func
();
}