Sign in
dawn
/
dawn.git
/
refs/heads/main
/
.
/
test
/
tint
/
switch
/
switch_only_default.wgsl.expected.msl
blob: bf98158d27474755a79533f2c1cf49c2ea5b859d [
file
] [
log
] [
blame
] [
edit
]
#include
<metal_stdlib>
using
namespace
metal
;
[[
max_total_threads_per_threadgroup
(
1
)]]
kernel
void
a
()
{
int
a_1
=
0
;
switch
(
a_1
)
{
default
:
{
return
;
}
}
/* unreachable */
}