2018-08-30 07:18:55 -05:00
|
|
|
// run-pass
|
2019-03-11 19:49:17 -05:00
|
|
|
// aux-build:issue-38190.rs
|
2016-12-06 18:28:51 -06:00
|
|
|
|
|
|
|
#[macro_use]
|
|
|
|
extern crate issue_38190;
|
|
|
|
|
|
|
|
mod auxiliary {
|
2019-03-11 19:49:17 -05:00
|
|
|
m!([
|
|
|
|
#[path = "issue-38190.rs"]
|
|
|
|
mod issue_38190;
|
|
|
|
]);
|
2016-12-06 18:28:51 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
fn main() {}
|