mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-22 17:51:39 +03:00
10 lines
146 B
Plaintext
10 lines
146 B
Plaintext
/*
|
|
namespace: Compile
|
|
expectation: Pass
|
|
input_file:
|
|
- inputs/scalar_group.in
|
|
*/
|
|
|
|
function main(a: scalar, b: group) -> group {
|
|
return a * b;
|
|
} |