Sign in
dawn
/
tint
/
6d60c046e80acbe10c002d4322e0a20a58b9a416
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserTest_Emit_VoidFunctionWithoutParams.spvasm.expected.msl
blob: a84e7223ed78cfb80e9c25a0657bf57280ceefe7 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
x_100_1
()
{
return
;
}
fragment
void
x_100
()
{
x_100_1
();
return
;
}