#include <iostream>using namespace std; int foo() { cout << "undefined behaviour is here";} int main() { foo();}
Standard input is empty
undefined behaviour is here
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!