]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/static-dylib-by-default/foo.rs
Rollup merge of #100509 - BoxyUwU:merge_hrtb_with_higher_rank_trait_bound, r=compiler...
[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() {}