summaryrefslogtreecommitdiffstats
path: root/config.tests/unix/opengles1cl/opengles1cl.cpp
blob: 23ae710322de3cab1d1e08ba98cd969aea203b58 (plain)
1
2
3
4
5
6
7
8
9
10
#include <GLES/gl.h>

int main(int, char **)
{
    GLfixed a = 0;
    glColor4x(a, a, a, a);
    glClear(GL_COLOR_BUFFER_BIT);

    return 0;
}