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