]> git.lizzy.rs Git - rust.git/blob - src/test/pretty/issue-12590-c.rs
Merge commit 'd3a2366ee877075c59b38bd8ced55f224fc7ef51' into sync_cg_clif-2022-07-26
[rust.git] / src / test / pretty / issue-12590-c.rs
1 // pretty-compare-only
2 // pretty-mode:expanded
3 // pp-exact:issue-12590-c.pp
4
5 // The next line should be expanded
6
7 #[path = "issue-12590-b.rs"]
8 mod issue_12590_b;
9
10 fn main() {}