Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
refs/heads/beta
/
.
/
tests
/
ui
/
hygiene
/
xcrate.rs
blob: aa221cb5ad2a3e859a0cb6036dd29dd2caa26be0 [
file
] [
edit
]
//@ edition:2015
//@ run-pass
//@ aux-build:xcrate.rs
extern
crate xcrate
;
fn
main
()
{
xcrate
::
test
!();
}