mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-20 16:51:44 +03:00
9 lines
108 B
Plaintext
9 lines
108 B
Plaintext
/*
|
|
namespace: Compile
|
|
expectation: Fail
|
|
*/
|
|
|
|
function main() {
|
|
const a: u64 = 18446744073709551616u64;
|
|
}
|