1#version 460
2
3void main()
4{
5    bool b1;
6    b1 = anyInvocation(b1);
7    b1 = allInvocations(b1);
8    b1 = allInvocationsEqual(b1);
9}
10