Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
refs/heads/try-perf
/
.
/
tests
/
ui
/
hygiene
/
xcrate.rs
blob: 0dd9136e4d5623b11e67e596624e2562e18b167f [
file
] [
log
] [
blame
] [
edit
]
//@ edition:2015
//@ run-pass
//@ aux-build:xcrate.rs
#![
feature
(
decl_macro
)]
extern
crate xcrate
;
fn
main
()
{
xcrate
::
test
!();
}