]> git.proxmox.com Git - rustc.git/blob - src/test/pretty/issue-12590-c.pp
New upstream version 1.66.0+dfsg1
[rustc.git] / src / test / pretty / issue-12590-c.pp
1 #![feature(prelude_import)]
2 #![no_std]
3 #[prelude_import]
4 use ::std::prelude::rust_2015::*;
5 #[macro_use]
6 extern crate std;
7 // pretty-compare-only
8 // pretty-mode:expanded
9 // pp-exact:issue-12590-c.pp
10
11 // The next line should be expanded
12
13 #[path = "issue-12590-b.rs"]
14 mod issue_12590_b {
15
16 fn b() {}
17 fn main() {}
18 }
19 fn main() {}