./:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr23944.c
blob45bed7e5d6eb946d12fa5893f94b437bd49f01f2
1 float f(float src[][4])
3 return *(src[3]);