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