8 lines
77 B
Plaintext
8 lines
77 B
Plaintext
|
struct S {
|
||
|
float float;
|
||
|
} s;
|
||
|
|
||
|
float4 main() {
|
||
|
return s.float.xxxx;
|
||
|
}
|