rust/tests/run-make/cross-lang-lto/lib.rs

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

5 lines
62 B
Rust
Raw Normal View History

2018-04-16 09:26:40 -05:00
#[no_mangle]
pub extern "C" fn foo() {
println!("abc");
}