leo/tests/compiler/group/point.leo

10 lines
279 B
Plaintext

/*
namespace: Compile
expectation: Pass
*/
function main() -> group {
const point: group = (7374112779530666882856915975292384652154477718021969292781165691637980424078, 3435195339177955418892975564890903138308061187980579490487898366607011481796)group;
return point;
}