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