``` fn main() { let x : int = 0x12345678_12345678_12345678; assert x != 0x12345678_12345678; } ```