IB {
float float;
} ib;
float4 main() {
return ib.float.xxxx;
}
/*%%*
expected an identifier, but found type 'float'
*%%*/