libstdc++: Use -C option to run recursive make in sub-directories
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 931203-1.c
blobb4fef4e8da77ecc8831a19b92e8c3e3cba7a5802
1 /* { dg-additional-options "-std=gnu89" } */
3 v (a, i)
4 unsigned *a, i;
6 a++[i] = 0;