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