rust/src/test/pretty/issue-12590-c.rs

11 lines
177 B
Rust

// 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() { }