mirror of
https://github.com/ProvableHQ/leo.git
synced 2025-01-02 23:29:02 +03:00
9 lines
72 B
Plaintext
9 lines
72 B
Plaintext
|
/*
|
||
|
ns: Parse
|
||
|
expectation: Pass
|
||
|
*/
|
||
|
|
||
|
circuit X {
|
||
|
x: u32,
|
||
|
y: u32,
|
||
|
}
|