Sign in
dawn
/
tint
/
85d2e448de2b7e0de92f14235424e623b22f60d2
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTest_EmitFunctions_VoidFunctionWithoutParams.spvasm.expected.hlsl
blob: b63a391a3bec926523ed56b3f57ad92b2ffd129f [
file
] [
log
] [
blame
]
void
another_function
()
{
return
;
}
void
x_100_1
()
{
return
;
}
void
x_100
()
{
x_100_1
();
return
;
}