]> git.lizzy.rs Git - rust.git/blob - src/test/run-pass/duplicated-external-mods.rs
Auto merge of #61361 - estebank:infer-type, r=varkor
[rust.git] / src / test / run-pass / duplicated-external-mods.rs
1 // aux-build:anon-extern-mod-cross-crate-1.rs
2 // aux-build:anon-extern-mod-cross-crate-1.rs
3 // pretty-expanded FIXME #23616
4 // ignore-wasm32-bare no libc to test ffi with
5
6 extern crate anonexternmod;
7
8 pub fn main() { }