]> git.lizzy.rs Git - rust.git/blob - tests/ui/extern/extern-foreign-crate.rs
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
[rust.git] / tests / ui / extern / extern-foreign-crate.rs
1 // run-pass
2 // pretty-expanded FIXME #23616
3
4 extern crate std as mystd;
5
6 pub fn main() {}