modernc.org/ccgo/v3@v3.16.14/lib/testdata/gcc-9.1.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  }