1export fn foo() void { 2 const vga_mem: u16 = 0xB8000; 3 _ = vga_mem; 4} 5 6// error 7// 8// :2:26: error: type 'u16' cannot represent integer value '753664'