add bunch of testapps
[cparser] / parsetest / shouldpass / fewparams.c
index 435915e..1d6b372 100644 (file)
@@ -9,7 +9,6 @@ static void kaputt(void) {
 static void foo(int a, int b) {
        (void) a;
        (void) b;
-       printf("%d %d\n", a, b);
 }
 
 int main(void) {