blob: 3bb4c7b980cac510106676e65f718584ee18b74f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// run-pass
// aux-build:issue-38190.rs
#[macro_use]
extern crate issue_38190;
mod auxiliary {
m!([
#[path = "issue-38190.rs"]
mod issue_38190;
]);
}
fn main() {}
|