mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
11 lines
176 B
Rust
11 lines
176 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() {}
|