index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
run-make
/
redundant-libs
/
baz.c
blob: a4e2c2b717fdbeddb398c8753330e7b50c5540c9 (
plain
)
1
2
3
4
5
6
7
extern void foo1(); extern void foo2(); void baz() { foo1(); foo2(); }