gazprea-fuzzer-python/ast_parser/test/xml/conditional.out

5 lines
51 B
Plaintext
Raw Normal View History

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