mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-23 15:15:47 +03:00
17 lines
166 B
Plaintext
17 lines
166 B
Plaintext
/*
|
|
namespace: Compile
|
|
expectation: Fail
|
|
input_file:
|
|
- inputs/dummy.in
|
|
*/
|
|
|
|
|
|
type Int = u32;
|
|
|
|
circuit Int {
|
|
x: u8;
|
|
}
|
|
|
|
function main(y: bool) -> bool {
|
|
return y;
|
|
} |