Sign in
dawn
/
dawn
/
refs/heads/chromium/5562
/
.
/
test
/
tint
/
out_of_order_decls
/
func
/
type.wgsl.expected.glsl
blob: 573558edcd780d404129579874523e851fc73c44 [
file
] [
log
] [
blame
] [
edit
]
#version 310 es
precision mediump
float
;
void
f
()
{
int
b
=
0
;
}
void
main
()
{
f
();
return
;
}