mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-23 17:43:06 +03:00
9 lines
129 B
Plaintext
9 lines
129 B
Plaintext
/*
|
|
namespace: Compile
|
|
expectation: Fail
|
|
*/
|
|
|
|
function main() {
|
|
const a: u128 = 340282366920938463463374607431768211456u128;
|
|
}
|