Sign in
dawn
/
dawn
/
dc99505f66164ccf82b03efa8a53a4fc191f29a7
/
.
/
test
/
tint
/
bug
/
tint
/
1598.wgsl.expected.glsl
blob: 386d3cd9076ed3032f7715ad6093d2507d2523e1 [
file
] [
log
] [
blame
]
#version 310 es
precision highp
float
;
precision highp
int
;
void
tint_symbol
()
{
int
a
[
5
]
=
int
[
5
](
0
,
0
,
0
,
0
,
0
);
}
void
main
()
{
tint_symbol
();
return
;
}