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
/
260 declare_dependency objects
/
foo.c
blob: 9a39cb9fe25d2a7460fdc977fd9115e8eab7e109 (
plain
)
1
2
3
extern
void
bar
(
void
);
void
foo
(
void
)
{
bar
();
}