mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-29 21:22:55 +03:00
11 lines
169 B
Plaintext
11 lines
169 B
Plaintext
/*
|
|
namespace: Compile
|
|
expectation: Pass
|
|
input_file: inputs/scalar_group.in
|
|
*/
|
|
|
|
transition main(a: scalar) -> group {
|
|
let b: group = (0, +)group;
|
|
|
|
return a * b;
|
|
} |