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