12 lines
133 B
Plaintext
12 lines
133 B
Plaintext
IB {
|
|
float float;
|
|
} ib;
|
|
|
|
float4 main() {
|
|
return ib.float.xxxx;
|
|
}
|
|
|
|
/*%%*
|
|
expected an identifier, but found type 'float'
|
|
*%%*/
|