Sign in
dawn
/
dawn
/
a1fe8e600d77eaacc18106cc6fd7a697d90b0bc6
/
.
/
test
/
tint
/
loops
/
continue_in_switch_with_breakif.wgsl.expected.ir.dxc.hlsl
blob: 4edaaba016b7ec22e8fa2563fbf32b4865959adf [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
f
()
{
int
i
=
0
;
{
while
(
true
)
{
switch
(
i
)
{
case
0
:
{
{
i
=
(
i
+
1
);
if
((
i
>=
4
))
{
break
;
}
}
continue
;
}
default
:
{
break
;
}
}
{
i
=
(
i
+
1
);
if
((
i
>=
4
))
{
break
;
}
}
continue
;
}
}
}