fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. struct A
  5. {
  6.  
  7. };
  8.  
  9. int main()
  10. {
  11. A a;
  12. A() = a;
  13. }
  14.  
Success #stdin #stdout 0s 3336KB
stdin
Standard input is empty
stdout
Standard output is empty