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