Depending on the compiler the following code:
int main() { srand( 0 ); if( rand() ) { char buffer[600 * 1024] = {}; printf( buffer ); }
"Lasts until" also is a minimum.