leo/tests/compiler/integers/u64/negative_input_fail.leo

10 lines
117 B
Plaintext
Raw Normal View History

2021-06-22 09:10:55 +03:00
/*
namespace: Compile
expectation: Fail
inputs:
- u64.in: |
[main]
a: u64 = -2;
*/
function main(a: u64) {}