blob: dc06965b485a89d281fd76be5cf36de78a806155 [file] [edit]
#include <stdlib.h>
int main()
{
return (int)malloc(4);
}