]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/static-dylib-by-default/foo.rs
Auto merge of #55519 - fhartwig:hashmap-index-example, r=Centril
[rust.git] / src / test / run-make-fulldeps / static-dylib-by-default / foo.rs
1 #![crate_type = "rlib"]
2 #![crate_type = "dylib"]
3
4 pub fn foo() {}