Sign in
dawn
/
dawn
/
669e15e1390960b58a705fa2116c36c868730ef3
/
.
/
test
/
tint
/
ptr_ref
/
store
/
global
/
i32.spvasm.expected.dxc.hlsl
blob: b0598203cc0fdd9c72078df44b805f1a3dbf8505 [
file
] [
log
] [
blame
]
static
int
I
=
0
;
void
main_1
()
{
I
=
123
;
I
=
123
;
return
;
}
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
main_1
();
return
;
}