Sign in
dawn
/
tint
/
a52324fde1d7c457c2755f9f88e1ef72d7200843
/
.
/
test
/
ptr_ref
/
load
/
local
/
i32.wgsl.expected.hlsl
blob: d360aae1b53fc26a634176033bdc5c5738cb4a30 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
main
()
{
int
i
=
123
;
const
int
use
=
(
i
+
1
);
return
;
}