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