mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-28 20:54:16 +03:00
11 lines
160 B
Plaintext
11 lines
160 B
Plaintext
/*
|
|
namespace: Compile
|
|
expectation: Fail
|
|
input_file: ../inputs/dummy.in
|
|
*/
|
|
|
|
@program
|
|
function main(y: bool) -> i16 {
|
|
const a: i16 = 32768i16;
|
|
return a;
|
|
} |