7 lines
103 B
Rust
7 lines
103 B
Rust
|
// rustfmt-force_explicit_abi: true
|
||
|
// Force explicit abi
|
||
|
|
||
|
extern "C" {
|
||
|
pub static lorem: c_int;
|
||
|
}
|