STYLE: Nightly Version update
[cmake.git] / Tests / VSExternalInclude / Lib2 / lib2.cpp
blobadc2d29afe98058d51d9f6c26ac67d5d468d02c8
2 #include "lib2.h"
3 #include "lib1.h"
5 int add1_and_mult2(int num)
7 int tmp = add1(num);
8 return tmp * 2;