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