Merge pull request #2892 from greg-lunarg/mb
[platform/upstream/glslang.git] / Test / compoundsuffix.frag.hlsl
1 void main(out float4 fragColor : SV_TARGET0)\r
2 {\r
3     fragColor = 1;\r
4 }\r
5 \r
6 \r