Sign in
dawn
/
dawn
/
81850b7c94de7d14e9c58323b1840d658714a139
/
.
/
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
;
}
}
}