Sign in
dawn
/
dawn
/
6e647fb401b75ce06f3e65e77e4dc591462b5781
/
.
/
test
/
tint
/
switch
/
switch_only_default.wgsl
blob: 8871ae00925aac79270c928fda62ed6bfb41fc15 [
file
] [
log
] [
blame
]
fn a
()
{
var
a
=
0
;
switch
(
a
)
{
default
:
{
return
;
}
}
}