Sign in
dawn
/
dawn
/
6e93ca5f8bfa3ff68c2b580212f5853ccc7985a1
/
.
/
test
/
tint
/
ptr_ref
/
store
/
global
/
i32.spvasm.expected.ir.fxc.hlsl
blob: fce2c621b486ceb0ec3bd5c4d40c6bd5d694d7e4 [
file
] [
log
] [
blame
]
static
int
I
=
0
;
void
main_1
()
{
I
=
123
;
I
=
123
;
}
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
main_1
();
}