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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
run-make
/
static-dylib-by-default
/
main.c
blob: 5f7f2c27cd353e21bd542e9354df8e1aa5bf6076 (
plain
)
1
2
3
4
5
6
extern
void
bar
();
int
main
()
{
bar
();
return
0
;
}