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

5 lines
No EOL
51 B
Text

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