Sign in
dawn
/
dawn
/
26e2ac363b28fa2e4a5480dc2c6fcfa26d4f10ff
/
.
/
test
/
tint
/
statements
/
switch
/
only_default_case.wgsl.expected.dxc.hlsl
blob: ded0d6647dbd18614c36e40237e00c1d13c04779 [
file
] [
log
] [
blame
]
[
numthreads
(
1
,
1
,
1
)]
void
f
()
{
int
i
=
0
;
int
result
=
0
;
do
{
result
=
44
;
break
;
}
while
(
false
);
return
;
}