]> git.proxmox.com Git - rustc.git/blob - src/tools/rustfmt/tests/mod-resolver/test-submodule-issue-5119/tests/test1.rs
New upstream version 1.61.0+dfsg1
[rustc.git] / src / tools / rustfmt / tests / mod-resolver / test-submodule-issue-5119 / tests / test1.rs
1 mod test1 {
2 #[cfg(unix)]
3 mod sub1;
4 #[cfg(not(unix))]
5 mod sub2;
6
7 mod sub3;
8 }