]> git.proxmox.com Git - rustc.git/blame - tests/run-make-fulldeps/simple-rlib/foo.rs
New upstream version 1.69.0+dfsg1
[rustc.git] / tests / run-make-fulldeps / simple-rlib / foo.rs
CommitLineData
1a4d82fc 1extern crate bar;
223e47cc
LB
2
3fn main() {
1a4d82fc 4 bar::bar();
223e47cc 5}