mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 15:32:06 +00:00
11 lines
143 B
Rust
11 lines
143 B
Rust
// skip-filecheck
|
|
// EMIT_MIR storage_ranges.main.nll.0.mir
|
|
|
|
fn main() {
|
|
let a = 0;
|
|
{
|
|
let b = &Some(a);
|
|
}
|
|
let c = 1;
|
|
}
|