mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-19 07:32:26 +03:00
16 lines
169 B
Plaintext
16 lines
169 B
Plaintext
/*
|
|
namespace: Compile
|
|
expectation: Fail
|
|
input_file:
|
|
- inputs/dummy.in
|
|
*/
|
|
|
|
circuit Foo {
|
|
x: u8;
|
|
}
|
|
|
|
const Foo = 8u8;
|
|
|
|
function main(y: bool) -> bool {
|
|
return y;
|
|
} |