rust/tests/run-make/issue-96498/foo.rs

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

5 lines
63 B
Rust
Raw Normal View History

#![crate_type = "cdylib"]
#[no_mangle]
extern "C" fn foo() {}