about summary refs log tree commit diff
path: root/tests/pretty/issue-12590-a.rs
blob: fbf983b5a628154bdfddb9b91ec984475d479eec (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() {}