rustc/tests/run-make/allocator-shim-circular-deps/main.rs
2024-05-08 17:27:53 +02:00

6 lines
66 B
Rust

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