0
0
mirror of https://github.com/rust-lang/rust.git synced 2024-11-22 10:25:09 +01:00
rust/tests/pretty/issue-12590-c.rs

11 lines
179 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() {}