mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-20 08:41:34 +03:00
15 lines
160 B
Plaintext
15 lines
160 B
Plaintext
|
/*
|
||
|
ns: Parse
|
||
|
expectation: Pass
|
||
|
*/
|
||
|
|
||
|
circuit X {
|
||
|
x: u32,
|
||
|
y: u32,
|
||
|
function x() {
|
||
|
return ();
|
||
|
}
|
||
|
function y() {
|
||
|
return ();
|
||
|
}
|
||
|
}
|