gazprea-fuzzer-python/ast_parser/test/xml/conditional.out
2023-11-18 20:13:15 -07:00

5 lines
51 B
Plaintext

if (false) {
return 0;
} else {
return 1;
}