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
/
245 custom target index source
/
code_source.c
blob: 484955b52405957cf2d8aee83629d3e1943e5249 (
plain
)
1
2
3
4
5
6
extern
int
genfunc
(
void
);
int
genfunc
(
void
)
{
return
0
;
}