/* namespace: Compile expectation: Fail */ function main() { const a = -128i8; const b = -a; }