mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-23 09:32:53 +03:00
10 lines
120 B
Plaintext
10 lines
120 B
Plaintext
|
/*
|
||
|
namespace: Compile
|
||
|
expectation: Fail
|
||
|
inputs:
|
||
|
- u128.in: |
|
||
|
[main]
|
||
|
a: u128 = -2;
|
||
|
*/
|
||
|
|
||
|
function main(a: u128) {}
|