fork download
  1. #include<iostream>
  2. struct S { static const int x; } s;
  3. const int S::x = 1;
  4.  
  5. int main() {
  6. std::cout << &s.x << '\n';
  7. }
Success #stdin #stdout 0s 4340KB
stdin
Standard input is empty
stdout
0x558fef8bfa14