blob: 45bed7e5d6eb946d12fa5893f94b437bd49f01f2 [file] [log] [blame]
float f(float src[][4])
{
return *(src[3]);
}