TZIVI-254: IVI needs a newer version of cmake
[profile/ivi/cmake.git] / Tests / SameName / Exe1 / conly.c
1 #include "libc1.h"
2 #include <stdio.h>
3
4 int main ()
5 {
6   if ( LibC1Func() != 2.0 )
7     {
8     printf("Problem with libc1\n");
9     return 1;
10     }
11   return 0;
12 }