fork download
  1. struct X {};
  2.  
  3. auto x = X{};
  4.  
  5. struct S {
  6. static constexpr auto& rx = x;
  7. };
  8.  
  9. int main() {
  10. // your code goes here
  11. return 0;
  12. }
Success #stdin #stdout 0s 3336KB
stdin
Standard input is empty
stdout
Standard output is empty