fork download
  1. #include <string>
  2.  
  3. struct { std::string s; } x { "test" };
  4.  
  5. int main(){}
Success #stdin #stdout 0s 2980KB
stdin
Standard input is empty
stdout
Standard output is empty