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
/
32 cargo workspace
/
test_foo_1.c
blob: d5f12a6eeee2c3cb5b2cf4f96fb95613c074c519 (
plain
)
1
2
3
4
5
extern
int
foo
(
void
);
int
main
(
void
)
{
return
foo
()
==
3
?
0
:
1
;
}