Sign in
dawn
/
dawn
/
d388bc9b368c75bcc2bf73c9ebfaeb3d97ff6cf7
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTest_EmitFunctions_VoidFunctionWithoutParams.spvasm.expected.msl
blob: 5d653d0dd8cbd37284d80ecb40e40642bcf3d984 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
another_function
()
{
return
;
}
void
x_100_1
()
{
return
;
}
fragment
void
x_100
()
{
x_100_1
();
return
;
}