]> git.proxmox.com Git - rustc.git/blame - tests/run-make/prefer-rlib/foo.rs
Merge 1.70 into proxmox/bookworm
[rustc.git] / tests / run-make / prefer-rlib / foo.rs
CommitLineData
1a4d82fc 1extern crate bar;
223e47cc
LB
2
3fn main() {
1a4d82fc 4 bar::bar();
223e47cc 5}