#include <stdio.h> void THOU_MAD() { char* foo = malloc(1000000000); } main() { THOU_MAD(); while(1) { } }