2018-07-13 23:36:50 +02:00
|
|
|
// pretty-compare-only
|
2018-07-12 23:35:40 +02:00
|
|
|
// pretty-mode:expanded
|
2019-03-12 00:49:17 +00:00
|
|
|
// pp-exact:issue-12590-c.pp
|
2018-07-12 23:35:40 +02:00
|
|
|
|
|
|
|
// The next line should be expanded
|
|
|
|
|
2019-03-12 00:49:17 +00:00
|
|
|
#[path = "issue-12590-b.rs"]
|
2018-07-12 23:35:40 +02:00
|
|
|
mod issue_12590_b;
|
|
|
|
|
2021-12-01 11:45:14 -08:00
|
|
|
fn main() {}
|