7 lines
92 B
Rust
7 lines
92 B
Rust
// unit-test: ConstProp
|
|
// EMIT_MIR ref_deref.main.ConstProp.diff
|
|
|
|
fn main() {
|
|
*(&4);
|
|
}
|