blob: 4a0708720070634df6cc172b7471974ea011157d [file] [log] [blame]
#include <IL/il.h>
int main()
{
// Test 1 requires to link to the library.
ilInit();
ilShutDown();
return 0;
}