Sign in
dawn
/
tint
/
6d60c046e80acbe10c002d4322e0a20a58b9a416
/
.
/
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
;
}