fork download
  1. struct X { static X j,bit,ow,goo; X *co,*mp,*ly,*gl; } t = {&t,&t,&t,&t};
  2.  
  3. int main()
  4. {
  5. t.co -> j.mp -> bit.ly -> ow.ly -> goo.gl;
  6. }
  7.  
  8. // for the conscience-troubled:
  9. X X::j = {&t,&t,&t,&t}, X::bit = {&t,&t,&t,&t}, X::ow = {&t,&t,&t,&t}, X::goo = {&t,&t,&t,&t};
  10.  
Success #stdin #stdout 0.02s 2720KB
stdin
Standard input is empty
stdout
Standard output is empty