1
0
Fork 0
mirror of synced 2025-09-24 04:40:05 +00:00
ZoKrates/zokrates_cli/examples/compile_errors/constant_reduction_fail.zok

6 lines
No EOL
119 B
Text

from "EMBED" import bit_array_le
const bool CONST = bit_array_le([true], [true])
def main() -> bool:
return CONST