summaryrefslogtreecommitdiffstats
path: root/tests/pretty/issue-12590-a.rs
blob: 3c88f5cb8a41c13012e883c78fb847d49687b77b (plain)
1
2
3
4
5
6
7
8
9
// pp-exact
// pretty-compare-only

// The next line should not be expanded

#[path = "issue-12590-b.rs"]
mod issue_12590_b;

fn main() {}