blob: aa221cb5ad2a3e859a0cb6036dd29dd2caa26be0 [file] [edit]
//@ edition:2015
//@ run-pass
//@ aux-build:xcrate.rs
extern crate xcrate;
fn main() {
xcrate::test!();
}