leo/tests/compiler/group/point_input.leo

11 lines
176 B
Plaintext
Raw Normal View History

2022-08-02 01:33:26 +03:00
/*
namespace: Compile
expectation: Pass
input_file: inputs/point.in
*/
2022-10-06 02:53:49 +03:00
program test.aleo {
transition main(a: group) -> bool {
return a == (0, 1)group;
}}