]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/c-static-dylib/bar.rs
Merge commit '1d8491b120223272b13451fc81265aa64f7f4d5b' into sync-from-rustfmt
[rust.git] / tests / run-make-fulldeps / c-static-dylib / bar.rs
1 extern crate foo;
2
3 fn main() {
4     foo::rsfoo();
5 }