1struct S { 2 float float; 3} s; 4 5float4 func() { 6 return s.float.xxxx; 7} 8 9/*%%* 10expected an identifier, but found type 'float' 11*%%*/ 12