Sign in
dawn
/
dawn
/
main
/
.
/
test
/
tint
/
switch
/
switch_only_default.wgsl.expected.wgsl
blob: 4cf15b783df5a1a1e258e7874ca110befbe597e3 [
file
] [
log
] [
blame
]
@compute
@workgroup_size
(
1
)
fn a
()
{
var
a
=
0
;
switch
(
a
)
{
default
:
{
return
;
}
}
}