modernc.org/cc@v1.0.1/testdata/gcc-6.3.0/gcc/testsuite/gcc.c-torture/compile/20000517-1.c (about) 1 void test2 (int*, int, int, int); 2 3 void test () 4 { 5 int l; 6 7 test2 (0, 0, 0, 0); 8 test2 (&l, 0, 0, 0); 9 }