]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/a-b-a-linker-guard/a.rs
Rollup merge of #101494 - jsha:notable-traits-right, r=GuillaumeGomez
[rust.git] / src / test / run-make-fulldeps / a-b-a-linker-guard / a.rs
1 #![crate_name = "a"]
2 #![crate_type = "dylib"]
3
4 #[cfg(x)]
5 pub fn foo(x: u32) { }
6
7 #[cfg(y)]
8 pub fn foo(x: i32) { }