summaryrefslogtreecommitdiffstats
path: root/tests/pretty/issue-12590-c.rs
blob: 0ec05f9a8051ba6e1f87471c91c1b5b8466756b6 (plain)
1
2
3
4
5
6
7
8
9
10
// pretty-compare-only
// pretty-mode:expanded
// pp-exact:issue-12590-c.pp

// The next line should be expanded

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

fn main() {}