2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20000517-1.c
blob903e61eefad1faaf0dc683b1279180ad3460d62e
1 void test2 (int*, int, int, int);
3 void test ()
5 int l;
7 test2 (0, 0, 0, 0);
8 test2 (&l, 0, 0, 0);