leo/tests/compiler/integers/u8/negative_input_fail.leo

10 lines
114 B
Plaintext
Raw Normal View History

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