Files
zoom/third-party/glad/test/c/compile/egl/on-demand/002/test.c

14 lines
256 B
C

/*
* Full on demand EGL with loader
*
* GLAD: $GLAD --out-path=$tmp --api="egl" c --on-demand --loader
* COMPILE: $GCC $test -o $tmp/test -I$tmp/include $tmp/src/egl.c -ldl
* RUN: $tmp/test
*/
#include <glad/egl.h>
int main(void) {
return 0;
}