#include <iostream> struct Test{ const int x; Test(int v) : x(v) {}}; int main(){ Test t (7); std::cout << t.x;}
Standard input is empty
7
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!