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

9 lines
117 B
Rust
Raw Normal View History

// pp-exact
// The next line should not be expanded
#[path = "issue-12590-b.rs"]
mod issue_12590_b;
fn main() { }