d: Merge upstream dmd, druntime 26f049fb26, phobos 330d6a4fd.
[official-gcc.git] / gcc / testsuite / gdc.test / compilable / issue21328.d
blob91dc0ba0e2c06715916b988a3b0d13ebc0626e9d
2 static foreach(i; 1 .. 5)
3 void foo(float[i] arr)
5 () {
6 float x = arr[0];
7 } ();