Sign in
dawn
/
dawn
/
da36942df91ff7c42c0c2521703aa1a52456ce33
/
.
/
test
/
tint
/
switch
/
switch_only_default.wgsl.expected.ir.msl
blob: c6fd3363ea8591222b02cbb0903f8e117bb27330 [
file
] [
log
] [
blame
]
#include
<metal_stdlib>
using
namespace
metal
;
void
a
()
{
int
a
=
0
;
switch
(
a
)
{
default
:
{
return
;
}
}
/* unreachable */
}