``` rust let x: i64 = -9223372036854775808; ``` ``` warning: literal out of range for its type, #[warn(type_overflow)] on by default ```