Sign in
dawn
/
tint
/
8ebff3dc85e7997e39592c52e20a4e134baffca8
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvLogicalTest_Select_BoolCond_IntScalarParams.spvasm.expected.hlsl
blob: 30c0b9993a31764e09c053a8a2c7d71ce894550d [
file
] [
log
] [
blame
]
void
main_1
()
{
const
uint
x_1
=
(
true
?
10u
:
20u
);
return
;
}
void
main
()
{
main_1
();
return
;
}