Sign in
dawn
/
dawn
/
d28ef3380b1148fd371154de29f0fc8ac36078e0
/
.
/
test
/
tint
/
out_of_order_decls
/
func
/
let.wgsl.expected.fxc.hlsl
blob: c35c25093b80a0375e554da8be97a0a9806723db [
file
] [
log
] [
blame
]
static
const
int
a
=
1
;
void
f
()
{
const
int
b
=
a
;
return
;
}