Sign in
dawn
/
dawn
/
a5d73ce965a7fa63c64d67caeb2f0d83245b7e6f
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTest_FDiv_SpvBinaryArithTest_EmitExpression_0.spvasm.expected.hlsl
blob: 4f6b1b00e44f860597d8fbda10a49521106bc1f1 [
file
] [
log
] [
blame
]
void
main_1
()
{
const
float
x_1
=
(
50.0f
/
60.0f
);
return
;
}
void
main
()
{
main_1
();
return
;
}