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