Sign in
dawn
/
dawn
/
420c94dea54a27d55c90ddc7907d871e070b0df3
/
.
/
test
/
tint
/
statements
/
for
/
condition
/
basic.wgsl.expected.fxc.hlsl
blob: e4456e05cd924b33faeb20f562e94ed77da59a5d [
file
]
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
return
;
}
void
f
()
{
int
i
=
0
;
{
for
(;
(
i
<
4
);
)
{
}
}
}