fork download
  1. struct S { int a; }
  2.  
  3. shared S b;
  4.  
  5. void main()
  6. {
  7. S c;
  8. c = b;
  9. }
Success #stdin #stdout 0.01s 2036KB
stdin
Standard input is empty
stdout
Standard output is empty