summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/glslang/src/Test/baseResults/preprocessor.edge_cases.vert.out
blob: 17d9049bfd87e59e1d5b7ff2100610a867b8300f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#version 310 es











void main(){
  gl_Position = vec4(3 + 2 + 2 * 4 + 2 + 3 * 2);
}