rust/tests/run-make/rust-lld-link-script-provide/main.rs

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

8 lines
65 B
Rust
Raw Normal View History

2024-10-22 02:46:10 +00:00
#[no_mangle]
fn foo() {}
#[no_mangle]
fn bar() {}
fn main() {}