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
/
17 array
/
prog.c
blob: f794e1b1f0c19974ea4c8c00b8e2b12cc905af43 (
plain
)
1
2
3
extern
int
func
(
void
);
int
main
(
void
)
{
return
func
();
}