rustc/tests/ui/extern/extern-foreign-crate.rs
2025-02-17 11:14:05 +01:00

6 lines
59 B
Rust

//@ run-pass
extern crate std as mystd;
pub fn main() {}