Sign in
fuchsia
/
third_party
/
glslang
/
refs/heads/upstream/GL_EXT_buffer_reference_uvec2
/
.
/
Test
/
spv.for-nobody.vert
blob: 99634761c8cf9211ae4c873e8a78669080167edd [
file
] [
log
] [
blame
] [
edit
]
#version 450
layout
(
location
=
0
)
out
highp
int
r
;
void
main
()
{
int
i
;
for
(
i
=
0
;
i
<
10
;
i
++);
r
=
i
;
}