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