mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-24 10:01:40 +03:00
11 lines
134 B
Plaintext
11 lines
134 B
Plaintext
/*
|
|
namespace: Compile
|
|
expectation: Pass
|
|
*/
|
|
|
|
function main() -> group {
|
|
const element: group = (0, 1)group;
|
|
|
|
return element;
|
|
}
|