// run-pass
// rustc-env:RUSTC_LOG=rustc::middle=debug
fn main() {
let b = 1isize;
println!("{}", b);
}