]> git.lizzy.rs Git - rust.git/blob - tests/ui/linkage-attr/auxiliary/linkage1.rs
Rollup merge of #106707 - ehuss:remove-dupe-sha-1, r=Mark-Simulacrum
[rust.git] / tests / ui / linkage-attr / auxiliary / linkage1.rs
1 #[no_mangle]
2 pub static foo: isize = 3;
3
4 pub fn bar() {}