TZIVI-254: IVI needs a newer version of cmake
[profile/ivi/cmake.git] / Tests / LinkLineOrder / Two.c
1 void OneFunc();
2 void NoDepZ_func();
3
4 void TwoFunc()
5 {
6   OneFunc();
7   NoDepZ_func();
8 }