Sign in
dawn
/
dawn
/
460f09266fb915eb3e1b40cc54bf9276933cb888
/
.
/
test
/
tint
/
switch
/
switch_only_default.wgsl.expected.wgsl
blob: 4291fb34802731298feaa5cc1f62dfb3f9be4e80 [
file
] [
log
] [
blame
]
fn a
()
{
var
a
=
0
;
switch
(
a
)
{
default
:
{
return
;
}
}
}