Sign in
dawn
/
tint
/
85d2e448de2b7e0de92f14235424e623b22f60d2
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTestMiscInstruction_OpUndef_InFunction_Struct.spvasm.expected.hlsl
blob: 1e627e267667a3290c0053f8218d8b8a300ffad1 [
file
] [
log
] [
blame
]
struct
S
{
bool
field0
;
uint
field1
;
int
field2
;
float
field3
;
};
void
main_1
()
{
const
S x_11
=
{
false
,
0u
,
0
,
0.0f
};
return
;
}
void
main
()
{
main_1
();
return
;
}