mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-25 19:22:01 +03:00
10 lines
114 B
Plaintext
10 lines
114 B
Plaintext
/*
|
|
namespace: Compile
|
|
expectation: Pass
|
|
*/
|
|
|
|
function main() {
|
|
const a = 0i8;
|
|
|
|
console.assert(-a == 0i8);
|
|
} |