blob: f0a1788b9d6c0d3e19dce928303dbe50cbdfa55d [file] [log] [blame]
struct S {
float float;
} s;
float4 main() {
return s.float.xxxx;
}