rust/tests/ui/linkage-attr/auxiliary/linkage1.rs

5 lines
57 B
Rust

#[no_mangle]
pub static foo: isize = 3;
pub fn bar() {}