Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
dfc8eeedc8a305ba7b95027c19ffaab278e77016
/
.
/
Tests
/
FindDevIL
/
Test
/
main.c
blob: dfb2f6320c29e1a49ec47b9fe832a18c616b524c [
file
] [
log
] [
blame
]
#include
<IL/il.h>
int
main
(
void
)
{
// Test 1 requires to link to the library.
ilInit
();
ilShutDown
();
return
0
;
}