rust/tests/ui/extern/extern-foreign-crate.rs
2024-02-16 20:02:50 +00:00

7 lines
92 B
Rust

//@ run-pass
//@ pretty-expanded FIXME #23616
extern crate std as mystd;
pub fn main() {}