12 lines
122 B
Plaintext
12 lines
122 B
Plaintext
|
|
struct S {
|
||
|
|
float f;
|
||
|
|
} float;
|
||
|
|
|
||
|
|
float4 main() {
|
||
|
|
return float.f.xxxx;
|
||
|
|
}
|
||
|
|
|
||
|
|
/*%%*
|
||
|
|
expected ';', but found 'float'
|
||
|
|
*%%*/
|