mxe/src/libepoxy-test.c

11 lines
177 B
C

/*
* This file is part of MXE. See LICENSE.md for licensing information.
*/
#include <epoxy/gl.h>
int main() {
glGetString(GL_SHADING_LANGUAGE_VERSION);
return 0;
}