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