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
/
rust
/
21 transitive dependencies
/
static2.c
blob: 6877c04c65cff5dcd5381fd5a46f32bfdd4266d4 (
plain
)
1
2
3
4
5
6
7
int
static1
(
void
);
int
static2
(
void
);
int
static2
(
void
)
{
return
1
+
static1
();
}