1
0
Fork 0
mirror of synced 2025-09-24 04:40:05 +00:00
ZoKrates/zokrates_cli/examples/error/struct_if_else.zok
2020-05-14 23:03:15 +02:00

5 lines
No EOL
64 B
Text

struct Foo {}
struct Bar {}
def main() -> (Foo):
return Bar {}