Sign in
dawn
/
dawn
/
refs/heads/chromium/6409
/
.
/
test
/
tint
/
switch
/
switch_only_default.wgsl.expected.ir.msl
blob: c6fd3363ea8591222b02cbb0903f8e117bb27330 [
file
] [
log
] [
blame
]
dan sinclair
58752db
2023-11-23 17:40:23 +0000
[
diff
] [
blame
]
1
#include
<metal_stdlib>
2
using
namespace
metal
;
3
4
void
a
()
{
5
int
a
=
0
;
6
switch
(
a
)
{
7
default
:
8
{
9
return
;
10
}
11
}
12
/* unreachable */
13
}