9 lines
61 B
HLSL
9 lines
61 B
HLSL
|
struct S {
|
||
|
int m;
|
||
|
};
|
||
|
|
||
|
void f() {
|
||
|
S v = (S)0;
|
||
|
return;
|
||
|
}
|