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