mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-24 05:33:41 +00:00
10 lines
231 B
Rust
10 lines
231 B
Rust
// run-pass
|
|
// aux-build:anon-extern-mod-cross-crate-1.rs
|
|
// aux-build:anon-extern-mod-cross-crate-1.rs
|
|
// pretty-expanded FIXME #23616
|
|
// ignore-wasm32-bare no libc to test ffi with
|
|
|
|
extern crate anonexternmod;
|
|
|
|
pub fn main() { }
|