Sign in
dawn
/
dawn
/
2277cab7e7b067a4334b048ac0e36939f9c53822
/
.
/
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
;
}