pub fn print_after_parsing(
    sess: &Session,
    input: &Input,
    krate: &Crate,
    ppm: PpMode,
    ofile: Option<&Path>
)