Sign in
dawn
/
dawn
/
7206591c25f02f061b7e8c844cb240bfb69c084c
/
.
/
test
/
tint
/
loops
/
loop_with_continuing.wgsl.expected.ir.fxc.hlsl
blob: f22c7ede575904bc1f1ff6c2911a6d1fa076c45d [
file
] [
log
] [
blame
]
int
f
()
{
int
i
=
0
;
{
while
(
true
)
{
if
((
i
>
4
))
{
return
i
;
}
{
i
=
(
i
+
1
);
}
continue
;
}
}
/* unreachable */
}
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
}