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