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

10 lines
140 B
Rust
Raw Normal View History

// pp-exact
2020-03-10 06:21:40 +00:00
// pretty-compare-only
// The next line should not be expanded
#[path = "issue-12590-b.rs"]
mod issue_12590_b;
fn main() { }