gazprea-fuzzer-python/ast_parser/test/input.in

7 lines
101 B
Plaintext
Raw Normal View History

2023-11-17 16:57:53 -07:00
procedure main() returns integer {
var integer a = 1;
a * 42 -> std_output;
return 0;
2023-11-17 16:57:53 -07:00
}