OSDN Git Service

Backported from mainline
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / pr23944.c
1 float f(float src[][4])
2 {
3  return *(src[3]);
4 }