C99 test suite readiness: Some unverified test case adjustments
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20000314-2.c
blob0ec8181e6df2d7cefece56fe5fbd23dd9e4bc9ef
1 extern void malloc(__SIZE_TYPE__ size);
3 void
4 toto(void)
6 malloc(100);