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