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