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