Sign in
dawn
/
dawn
/
2710affeaeca38dbaf3039b95903f113de88b11a
/
.
/
test
/
tint
/
out_of_order_decls
/
func
/
func.wgsl.expected.glsl
blob: 92208a205fc6e33e222c521875902d16c2ddef6e [
file
] [
log
] [
blame
]
#version 310 es
precision highp
float
;
precision highp
int
;
void
f2
()
{
}
void
main
()
{
f2
();
}