dawn-cmake/test/unittest/reader/spirv/SpvParserFunctionVarTest_Em...

18 lines
163 B
HLSL

struct S {
uint algo;
};
struct S_1 {
uint rithm;
};
void main_1() {
S x_40 = (S)0;
S_1 x_41 = (S_1)0;
return;
}
void main() {
main_1();
return;
}