1 extern void malloc(__SIZE_TYPE__ size);
2 
toto()3 toto()
4 {
5     malloc(100);
6 }
7