mirror of
https://github.com/AleoHQ/leo.git
synced 2025-01-03 15:28:05 +03:00
9 lines
96 B
Plaintext
9 lines
96 B
Plaintext
/*
|
|
namespace: Compile
|
|
expectation: Fail
|
|
*/
|
|
|
|
function main() {
|
|
const a: i32 = -2147483649;
|
|
}
|