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