12 lines
137 B
Plaintext
12 lines
137 B
Plaintext
|
|
struct S {
|
||
|
|
float float;
|
||
|
|
} s;
|
||
|
|
|
||
|
|
float4 func() {
|
||
|
|
return s.float.xxxx;
|
||
|
|
}
|
||
|
|
|
||
|
|
/*%%*
|
||
|
|
expected an identifier, but found type 'float'
|
||
|
|
*%%*/
|