Sign in
dawn
/
dawn
/
f3e7db0c4ed2fe144a7f682e029f48e1c9ccf3ca
/
.
/
test
/
tint
/
bug
/
tint
/
2039.wgsl.expected.wgsl
blob: 0bf5ccde5f734d95899af3976d27ff6702a14980 [
file
] [
log
] [
blame
]
@compute
@workgroup_size
(
1
,
1
,
1
)
fn main
()
{
var
out
=
0u
;
loop
{
switch
(
2
)
{
case
1
:
{
continue
;
}
default
:
{
}
}
out
+=
1u
;
continuing
{
break
if
true
;
}
}
}