about summary refs log tree commit diff
path: root/tests/ui/extern/extern-foreign-crate.rs
blob: 690a6501368468b3b7a55b4e2362c7522c48653a (plain)
1
2
3
4
5
//@ run-pass

extern crate std as mystd;

pub fn main() {}