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