#include int main(void) { while (1) { char *x = malloc(4095); x[0] = 0; } return 0; }