]> git.lizzy.rs Git - rust.git/blob - tests/ui/linkage-attr/auxiliary/linkage1.rs
Rollup merge of #106766 - GuillaumeGomez:rm-stripper-dead-code, r=notriddle
[rust.git] / tests / ui / linkage-attr / auxiliary / linkage1.rs
1 #[no_mangle]
2 pub static foo: isize = 3;
3
4 pub fn bar() {}