blob: b467f8095294e96a18b05ac224082acb71a7c5cc [file] [log] [blame] [edit]
//@ rustc-env:RUSTC_LOG=debug
#[cfg(rpass1)]
pub fn foo() {}
#[cfg(rpass2)]
pub fn foo() {
println!();
}