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
/
13 pch
/
linkwhole
/
lib1.c
blob: b56c17bd8ebb0f57a4e713feba2fc219779145a1 (
plain
)
1
2
3
4
void
func1
()
{
printf
(
"Calling func2."
);
func2
();
}