xxxxxxxxxx
void main()
{
int[3] a = [1, 2, 3];
foo(a);
}
void foo(int[] arr)
import std.stdio;
writeln("dynamic array parameter");