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