index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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
()
{}