#include #include int main(int, char **) { eglInitialize(0, 0, 0); glClear(GL_COLOR_BUFFER_BIT); return 0; }