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