• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#version 460 core
2
3int i;
4; // extraneous semicolon okay
5float f;;;
6
7void main()
8{
9    bool b1;
10    float array[int(mod(float (7.1), float (4.0)))];
11    b1 = anyInvocation(b1);
12    b1 = allInvocations(b1);
13    b1 = allInvocationsEqual(b1);
14}
15;
16;
17