Sign in
dawn
/
tint
/
d1a026ecd0e03331d87e3cf131b2a5702af58f28
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTestMiscInstruction_OpUndef_BeforeFunction_Vector.spvasm.expected.hlsl
blob: f48d969e30926fe0165ffa958e227b4ff5921036 [
file
] [
log
] [
blame
]
void
main_1
()
{
const
bool2 x_14
=
bool2
(
false
,
false
);
const
uint2 x_11
=
uint2
(
0u
,
0u
);
const
int2 x_12
=
int2
(
0
,
0
);
const
float2 x_13
=
float2
(
0.0f
,
0.0f
);
return
;
}
void
main
()
{
main_1
();
return
;
}