Sign in
dawn
/
dawn
/
refs/heads/chromium/6646
/
.
/
test
/
tint
/
statements
/
switch
/
only_default_case.wgsl.expected.ir.dxc.hlsl
blob: fc2f6214064bc7e13dc2d919fb01022494baaa37 [
file
] [
log
] [
blame
] [
edit
]
[
numthreads
(
1
,
1
,
1
)]
void
f
()
{
int
i
=
0
;
int
result
=
0
;
switch
(
i
)
{
default
:
{
result
=
44
;
break
;
}
}
}