Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
deqp-deps
/
glslang
/
efeefd983381af71d9ec6372ea848ee5aeffcb58
/
.
/
Test
/
spv.for-simple.vert
blob: a5be6db2d5034bc80fc183bcfb57506bf250d565 [
file
] [
log
] [
blame
]
John Kessenich
f6eae2a
2016-01-22 17:47:22 -0700
[
diff
] [
blame
]
1
#version 310 es
John Kessenich
593a3f7
2015-05-15 18:44:16 +0000
[
diff
] [
blame
]
2
void
main
()
{
3
int
i
;
4
int
j
;
5
for
(
i
=
0
;
i
<
10
;
i
++)
{
6
j
=
12
;
7
}
8
}