Sign in
dawn
/
dawn
/
c4bbf56708cc6295af6d5a68e135fd9061b3d897
/
.
/
test
/
tint
/
statements
/
increment
/
function.wgsl.expected.ir.fxc.hlsl
blob: a74b53b0e651cd920f23306abeb6b681d71f21d2 [
file
] [
log
] [
blame
]
SKIP
:
FAILED
void
main
()
{
int
i
=
0
;
i
=
(
i
+
1
);
}
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
}