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