Sign in
dawn
/
tint
/
8ebff3dc85e7997e39592c52e20a4e134baffca8
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserFunctionVarTest_EmitFunctionVariables_StructDifferOnlyInMemberName.spvasm.expected.msl
blob: 98d5b76b853dcbcf58adf4f9de1ecca2d62e2754 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
struct
S
{
uint
algo
;
};
struct
S_1
{
uint
rithm
;
};
void
main_1
()
{
S x_40
=
{};
S_1 x_41
=
{};
return
;
}
fragment
void
tint_symbol
()
{
main_1
();
return
;
}