Memento

int main(void) {
   int a[1];
   return a[1]; // out of memory...
}
Vote up this code0