]> git.proxmox.com Git - rustc.git/blob - tests/run-make/c-dynamic-dylib/bar.rs
b8c798ffdb4a99bbb9a5df89147fcfa12695a70e
[rustc.git] / tests / run-make / c-dynamic-dylib / bar.rs
1 extern crate foo;
2
3 fn main() {
4 foo::rsfoo();
5 }