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