mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-21 00:21:47 +03:00
10 lines
117 B
Plaintext
10 lines
117 B
Plaintext
/*
|
|
namespace: Compile
|
|
expectation: Fail
|
|
inputs:
|
|
- u32.in: |
|
|
[main]
|
|
a: u32 = -2;
|
|
*/
|
|
|
|
function main(a: u32) {} |