int main(void) { char b[104857600]; long i = 0; for (i = 0; i < 104857600; i++) b[i] = 'b'; return 0; }