Sign in
dawn
/
tint
/
6d60c046e80acbe10c002d4322e0a20a58b9a416
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserMemoryTest_EmitStatement_AccessChain_InferFunctionStorageClass.spvasm.expected.msl
blob: 223e0209d986ec2395ab13ac5573b95bd1766c1e [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
main_1
()
{
uint
x_1
=
0u
;
return
;
}
fragment
void
tint_symbol
()
{
main_1
();
return
;
}