repo.or.cz
/
glslang.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bump github/codeql-action from 3.27.1 to 3.27.4
[glslang.git]
/
Test
/
negativeArraySize.comp
blob
20636c0a7d01c99bf03d1f7a0a98d0d1c70086f3
1
#version 310 es
2
3
#ifdef GL_ES
4
precision mediump float;
5
#endif
6
7
void main()
8
{
9
float f[-2]; // cannot declare arrays with negative size
10
}