fork download
  1. struct foo
  2. {
  3. int x;
  4. int y;
  5. };
  6.  
  7. int main() {
  8. struct foo a = {.y=10, .x=0 };
  9. }
Success #stdin #stdout 0s 5516KB
stdin
Standard input is empty
stdout
Standard output is empty