* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20040317-1.c
blob4a3455115cbf158f0fc3a7a7128b93006aa56306
1 int String2Array(int len, char strarr[][len])
3 strarr[0];