Sign in
dawn
/
dawn.git
/
5d5f225be2ed817271a5bcd6bbce855555f45ee2
/
.
/
test
/
tint
/
switch
/
switch_only_default.wgsl.expected.dxc.hlsl
blob: a6929bce8f6b13679136eebf5c927ace7c7e52a7 [
file
]
[
numthreads
(
1
,
1
,
1
)]
void
a
()
{
int
a_1
=
int
(
0
);
switch
(
a_1
)
{
default
:
{
return
;
}
}
/* unreachable */
}