fork download
  1. struct foo{};
  2. constexpr foo x;
  3.  
  4. int main() {
  5. []{ return x; }();
  6. }
  7.  
Success #stdin #stdout 0s 4452KB
stdin
Standard input is empty
stdout
Standard output is empty