Sign in
dawn
/
dawn
/
44d5809480ac65fba930cc49c41146b2be86da0c
/
.
/
test
/
tint
/
out_of_order_decls
/
alias
/
alias.wgsl.expected.glsl
blob: 1ab4acc7dcd93db2ac009981495296096ea1d920 [
file
] [
log
] [
blame
]
#version 310 es
precision highp
float
;
void
f
()
{
int
v
=
0
;
}
void
main
()
{
f
();
return
;
}