Merge pull request #2976 from jeremy-lunarg/hayes-fix-2975
[platform/upstream/glslang.git] / Test / spv.460.comp
1 #version 460\r
2 \r
3 void main()\r
4 {\r
5     bool b1;\r
6     b1 = anyInvocation(b1);\r
7     b1 = allInvocations(b1);\r
8     b1 = allInvocationsEqual(b1);\r
9 }\r