blob: ffaafcd2b7732917e6d6621f686580355e14c5eb [file] [log] [blame]
IB {
float float;
} ib;
float4 main() {
return ib.float.xxxx;
}
/*%%*
expected an identifier, but found type 'float'
*%%*/