blob: 93029fbe889e5ed0cbd47a364e2263e96508f56f [file] [log] [blame]
IB {
float float;
} ib;
float4 main() {
return ib.float.xxxx;
}