]> git.proxmox.com Git - rustc.git/blob - tests/run-make/symlinked-libraries/bar.rs
New upstream version 1.70.0+dfsg1
[rustc.git] / tests / run-make / symlinked-libraries / bar.rs
1 extern crate foo;
2
3 fn main() {
4 foo::bar();
5 }