rustc/tests/ui/extern/extern-foreign-crate.rs
2023-08-02 10:33:26 +02:00

7 lines
90 B
Rust

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