rust/tests/pretty/issue-12590-a.rs

10 lines
139 B
Rust
Raw Normal View History

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