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