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