Skip to content
Snippets Groups Projects
Commit 10ee4d68 authored by Bobi Jam's avatar Bobi Jam
Browse files

Branch b1_6

b=12584
i=johann
i=nathan

add sub-routine declaration before use it.
parent 0226fca9
No related branches found
No related tags found
No related merge requests found
...@@ -26,6 +26,7 @@ if (isatty(fileno(STDOUT))) { ...@@ -26,6 +26,7 @@ if (isatty(fileno(STDOUT))) {
} }
sub exec_test($$); sub exec_test($$);
sub process_test($$$$);
my ($prog, $in, $out) = ([], [], []); my ($prog, $in, $out) = ([], [], []);
my $line_number = 0; my $line_number = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment