fork(1) download
  1. struct IntDouble { int i; double j; };
  2.  
  3. int main(void) {
  4. for (struct IntDouble q = {0, 2}; q.i != q.j + 134; q.i++, q.j += 17) /* void */;
  5. return 0;
  6. }
  7.  
Success #stdin #stdout 0.01s 5548KB
stdin
Standard input is empty
stdout
Standard output is empty