blob: 3fdb3c3a857f8ef76bbfedcbda247f6fe9246803 [file] [log] [blame]
extern void malloc(__SIZE_TYPE__ size);
toto()
{
malloc(100);
}