fork(1) download
  1.  
  2. struct A;
  3.  
  4. struct B
  5. {
  6. A &ref;
  7. void f(A &a);
  8. };
  9.  
  10. int main()
  11. {
  12. }
  13.  
Success #stdin #stdout 0s 3292KB
stdin
Standard input is empty
stdout
Standard output is empty