Sign in
dawn
/
dawn
/
6e4a366841ee807f84932a190cb8fa8d8af10e11
/
.
/
test
/
tint
/
switch
/
switch_only_default.wgsl.expected.ir.fxc.hlsl
blob: 5986b3ad2e368307ab4863b77f691f3f86b945f9 [
file
] [
log
] [
blame
]
void
a
()
{
int
a_1
=
int
(
0
);
switch
(
a_1
)
{
default
:
case
int
(
0
):
{
return
;
}
}
/* unreachable */
}
[
numthreads
(
1
,
1
,
1
)]
void
unused_entry_point
()
{
}