1
0
Fork 0
mirror of synced 2025-09-23 20:28:36 +00:00
ZoKrates/zokrates_cli/examples/compile_errors/double_negation.zok
2022-04-06 20:23:58 +02:00

4 lines
48 B
Text

def main() {
field a = - - 1;
return;
}