Sign in
dawn
/
dawn
/
6ae4eba085300d885de90e24947c288f20f682fc
/
.
/
test
/
tint
/
out_of_order_decls
/
func
/
var.wgsl.expected.glsl
blob: 6c327546d168d080317fcac206b0d0b7572a03b6 [
file
] [
log
] [
blame
]
#version 310 es
precision highp
float
;
int
a
=
1
;
void
f
()
{
int
b
=
a
;
}
void
main
()
{
f
();
return
;
}