rust/tests/run-make/symlinked-extern/bar.rs

6 lines
70 B
Rust

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