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