blob: 2735efd3ea5934cb087ac8a225186f4390f478b4 [file] [log] [blame] [edit]
// MIR optimizations can create expansions after the TyCtxt has been created.
// This test verifies that those expansions can be decoded correctly.
//@ revisions:rpass1 rpass2
//@ compile-flags: -Z query-dep-graph -Z mir-opt-level=3
//@ ignore-backends: gcc
fn main() {
if std::env::var("a").is_ok() {
println!("b");
}
}