OSDN Git Service

* c-decl.c (pushdecl): When an extern declaration at block scope
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 20000314-2.c
1 extern void malloc(__SIZE_TYPE__ size); 
2
3 toto()
4 {
5     malloc(100);
6 }