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

10 lines
117 B
Plaintext

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