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