rust/tests/run-make/compiler-lookup-paths/e2.rs

5 lines
60 B
Rust
Raw Normal View History

#![crate_name = "e"]
#![crate_type = "rlib"]
pub fn f() {}