]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/symlinked-libraries/foo.rs
Rollup merge of #107731 - RalfJung:interpret-discriminant, r=cjgillot
[rust.git] / tests / run-make-fulldeps / symlinked-libraries / foo.rs
1 #![crate_type = "dylib"]
2
3 pub fn bar() {}