Merge pull request #2891 from dneto0/hlsl-namespace
[platform/upstream/glslang.git] / Test / compoundsuffix.vert.glsl
1 void main()\r
2 {\r
3     gl_Position = vec4(1.0);\r
4 }