10 lines
143 B
Rust
10 lines
143 B
Rust
// xfail-fast
|
|
// aux-build:anon-extern-mod-cross-crate-1.rs
|
|
extern mod anonexternmod;
|
|
|
|
use anonexternmod::*;
|
|
|
|
fn main() {
|
|
last_os_error();
|
|
}
|