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