blob: 073f984956899e0f28e2d040ff4f12b43eec1a0c (
plain)
1
2
3
4
5
6
7
8
|
// ignore-wasm32 compiled with panic=abort by default
// EMIT_MIR_FOR_EACH_BIT_WIDTH
// EMIT_MIR large_array_index.main.ConstProp.diff
fn main() {
// check that we don't propagate this, because it's too large
let x: u8 = [0_u8; 5000][2];
}
|