rust/tests/run-make/staticlib-thin-archive/simple_obj.rs

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

5 lines
72 B
Rust
Raw Normal View History

#![crate_type = "staticlib"]
#[no_mangle]
extern "C" fn simple_fn() {}