rust/src/test/ui/auxiliary/linkage1.rs
2019-07-27 18:56:16 +03:00

5 lines
57 B
Rust

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