Bump github/codeql-action from 3.27.1 to 3.27.4
[glslang.git] / Test / negativeArraySize.comp
blob20636c0a7d01c99bf03d1f7a0a98d0d1c70086f3
1 #version 310 es
3 #ifdef GL_ES
4 precision mediump float;
5 #endif
7 void main()
9    float f[-2]; // cannot declare arrays with negative size