rt_gccstream/gcc/testsuite/gcc.c-torture/compile/20000314-2.c

7 lines
70 B
C

extern void malloc(__SIZE_TYPE__ size);
toto()
{
malloc(100);
}