Sign in
dawn
/
tint
/
5c61d6d12ce3d7a330b543a2854aa2d7609b88f7
/
.
/
test
/
unittest
/
reader
/
spirv
/
SpvParserMemoryTest_EmitStatement_StoreToModuleScopeVar.spvasm.expected.hlsl
blob: ce9f2c648e10c9d70d6a8efdfb2fb92ac365caf3 [
file
] [
log
] [
blame
]
static
uint
x_1
=
0u
;
void
main_1
()
{
x_1
=
42u
;
return
;
}
void
main
()
{
main_1
();
return
;
}