rust/tests/run-make/allocator-shim-circular-deps/main.rs

6 lines
66 B
Rust

#![crate_type = "bin"]
fn main() {
my_lib::do_something();
}