summary refs log tree commit diff
path: root/src/test/pretty/issue_12590_c.pp
blob: 2418283530375b3286d50e862f2e36fb988a8d73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#![feature(prelude_import)]
#![no_std]
#[prelude_import]
use ::std::prelude::v1::*;
#[macro_use]
extern crate std;
// pretty-compare-only
// pretty-mode:expanded
// pp-exact:issue_12590_c.pp

// The next line should be expanded

mod issue_12590_b {

    fn b() { }
    fn main() { }
}
fn main() { }