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

10 lines
117 B
Plaintext

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