blob: a8d8cfacc7ce9d195ae6e4b662c823c0f7f09843 [file] [log] [blame]
// skip-filecheck
// unit-test: ConstProp
static FOO: u8 = 2;
// EMIT_MIR read_immutable_static.main.ConstProp.diff
fn main() {
let x = FOO + FOO;
}