]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/mixing-deps/both.rs
Rollup merge of #107706 - tgross35:atomic-as-mut-ptr, r=m-ou-se
[rust.git] / tests / run-make-fulldeps / mixing-deps / both.rs
1 #![crate_type = "rlib"]
2 #![crate_type = "dylib"]
3
4 pub static foo: isize = 4;