2023-03-30 07:34:55 -05:00

6 lines
72 B
Rust

#![crate_type = "rlib"]
extern crate bar;
pub fn baz() { bar::bar() }