mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-19 08:02:14 +03:00
14 lines
130 B
Plaintext
14 lines
130 B
Plaintext
|
/*
|
||
|
namespace: Compile
|
||
|
expectation: Fail
|
||
|
*/
|
||
|
|
||
|
circuit Bar {
|
||
|
x: u32,
|
||
|
x: u32,
|
||
|
}
|
||
|
|
||
|
function main() -> bool {
|
||
|
return true;
|
||
|
}
|