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