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