]> de.git.xonotic.org Git - xonotic/netradiant.git/blob - conftest.cpp
msys2/bundle: speed-up the build to not copy what is already copied
[xonotic/netradiant.git] / conftest.cpp
1 #include <stdio.h> /* jpeglib.h needs it */
2 #include CONFTEST_HEADER
3 int main(){
4         (void) CONFTEST_SYMBOL;
5         return 0;
6 }