blob: 76dc6eb404971b9904fa01992deefcbf1e2801ec [file] [log] [blame]
struct S {
float float;
} s;
float4 func() {
return s.float.xxxx;
}
/*%%*
expected an identifier, but found type 'float'
*%%*/