struct S {
float f;
} float;
float4 main() {
return float.f.xxxx;
}
/*%%*
expected ';', but found 'float'
*%%*/