Sign in
dawn
/
dawn
/
13798bc31d4de2b3da27e76cdd253c219b3149fb
/
.
/
test
/
tint
/
switch
/
switch_only_default.wgsl.expected.wgsl
blob: 4291fb34802731298feaa5cc1f62dfb3f9be4e80 [
file
] [
log
] [
blame
]
fn a
()
{
var
a
=
0
;
switch
(
a
)
{
default
:
{
return
;
}
}
}