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