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