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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
66 B
Rust
Raw Normal View History

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