fork download
  1. import std.stdio;
  2.  
  3. void foo(ref int[42] x) { writeln(x); }
  4.  
  5. void main()
  6. {
  7. int[42] bah;
  8. foo(bah);
  9. }
Success #stdin #stdout 0.01s 2124KB
stdin
Standard input is empty
stdout
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0