leo/tests/compiler/integers/u128/negative_input_fail.leo
2021-06-21 23:10:55 -07:00

10 lines
120 B
Plaintext

/*
namespace: Compile
expectation: Fail
inputs:
- u128.in: |
[main]
a: u128 = -2;
*/
function main(a: u128) {}