Merge branch 'master' of https://github.com/uclouvain/openjpeg into tier1_optimizatio...
[openjpeg.git] / tests / include_openjpeg.c
1 #include <openjpeg.h>
2
3 int main(int argc, char **argv)
4 {
5         (void)argc;
6         (void)argv;
7         
8         return 0;
9 }