blob: d820c7051612456a128f108dfcdc0aeaa26b00eb [file] [log] [blame]
fn main() {
[(); { &loop { break } as *const _ as usize } ];
//~^ ERROR casting pointers to integers in constants is unstable
//~| ERROR `loop` is not allowed in a `const`
//~| ERROR evaluation of constant value failed
}