mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-28 12:45:26 +03:00
11 lines
158 B
Plaintext
11 lines
158 B
Plaintext
/*
|
|
namespace: Compile
|
|
expectation: Fail
|
|
*/
|
|
|
|
program test.aleo {
|
|
function main() -> group {
|
|
const g: group = (0,1) group;
|
|
return g;
|
|
}}
|