#include<iostream>struct S { static const int x; } s;const int S::x = 1; int main() { std::cout << &s.x << '\n';}
Standard input is empty
0x558fef8bfa14
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!