diff -r 49fa681f3a7e -r be2084398c37 test/testfile.c --- a/test/testfile.c Fri Jun 03 18:13:46 2022 +0200 +++ b/test/testfile.c Fri Jun 03 20:05:15 2022 +0200 @@ -4,7 +4,7 @@ // And add other stuff below. -int main(int argc, char* argv) { // comments behind code don't matter +int main(int argc, char** argv) { // comments behind code don't matter int zero /* in block comments we are genius enough to * detect, if there is still some code in the line