mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-18 23:41:38 +03:00
5 lines
91 B
Plaintext
5 lines
91 B
Plaintext
|
// This program should panic at compilation.
|
||
|
function main() -> (u32) {
|
||
|
return 1 - 2
|
||
|
}
|