#include <iostream>using namespace std; int main() { int a[10]; while (a) { cout << "TEST" << endl; break; }}
Standard input is empty
TEST
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!