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