Sign in
dawn
/
tint
/
6d60c046e80acbe10c002d4322e0a20a58b9a416
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTest_FRem_SpvBinaryArithTest_EmitExpression_0.spvasm.expected.hlsl
blob: 1c931e7d4ee2ee0d0bc6bd2070cea90f53a366e4 [
file
] [
log
] [
blame
]
void
main_1
()
{
const
float
x_1
=
(
50.0f
%
60.0f
);
return
;
}
void
main
()
{
main_1
();
return
;
}