blob: 666ca9350597674a8d631b8bab35eb5d75111985 [file] [log] [blame]
// issue #17123
fn main() {
9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
//~^ ERROR integer literal is too large
; // the span shouldn't point to this.
}