blob: 159b48d42b6c69e50fc146865244fbb3101ee721 [file] [log] [blame]
fn main() {
[(); { &loop { break } as *const _ as usize } ];
//~^ ERROR casting pointers to integers in constants is unstable
}