DDeepin Developerfeat: Init commit
51359a70创建于 2022年9月29日历史提交
#version 310 es

#ifdef GL_ES
precision mediump float;
#endif

void main()
{
   float f[-2]; // cannot declare arrays with negative size
}