mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-30 03:34:51 +03:00
10 lines
122 B
Plaintext
10 lines
122 B
Plaintext
/*
|
|
namespace: Compile
|
|
expectation: Fail
|
|
*/
|
|
|
|
program test.aleo {
|
|
function main() {
|
|
const f = 1 field;
|
|
}}
|