]> git.lizzy.rs Git - rust.git/blob - src/test/ui/duplicated-external-mods.rs
tests: Move run-pass tests without naming conflicts to ui
[rust.git] / src / test / ui / duplicated-external-mods.rs
1 // run-pass
2 // aux-build:anon-extern-mod-cross-crate-1.rs
3 // aux-build:anon-extern-mod-cross-crate-1.rs
4 // pretty-expanded FIXME #23616
5 // ignore-wasm32-bare no libc to test ffi with
6
7 extern crate anonexternmod;
8
9 pub fn main() { }