7 lines
83 B
Rust
7 lines
83 B
Rust
// no-prefer-dynamic
|
|
|
|
#![crate_type = "rlib"]
|
|
|
|
#[no_mangle]
|
|
pub extern fn foo() {}
|