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