gazprea-fuzzer-python/ast_parser/test/xml/conditional_py.out
2023-11-19 15:19:27 -07:00

5 lines
42 B
Plaintext

if False:
return 0
else:
return 1