]> git.proxmox.com Git - rustc.git/blame - tests/run-make/symlinked-rlib/bar.rs
bump version to 1.75.0+dfsg1-1~bpo12+pve1
[rustc.git] / tests / run-make / symlinked-rlib / bar.rs
CommitLineData
1a4d82fc 1extern crate foo;
223e47cc
LB
2
3fn main() {
1a4d82fc 4 foo::bar();
223e47cc 5}