mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-23 15:15:47 +03:00
15 lines
140 B
Plaintext
15 lines
140 B
Plaintext
/*
|
|
namespace: Compile
|
|
expectation: Fail
|
|
*/
|
|
|
|
circuit Foo {
|
|
x: u8;
|
|
}
|
|
|
|
function Foo() {}
|
|
|
|
function main(y: bool) -> bool {
|
|
return y;
|
|
}
|