TZIVI-254: IVI needs a newer version of cmake
[profile/ivi/cmake.git] / Tests / Dependency / Case3 / bar.c
1 extern int foo1(void);
2 int main(void)
3 {
4   return foo1();
5 }