fork download
  1. int main () {
  2. for(struct {
  3. int i;
  4. double d;
  5. char c;
  6. } obj = { 1, 2.2, 'c' };
  7. obj.i < 10;
  8. ++obj.i)
  9. {
  10.  
  11. }
  12. }
Success #stdin #stdout 0s 2892KB
stdin
Standard input is empty
stdout
Standard output is empty