STYLE: Nightly Date Stamp
[cmake.git] / Tests / Dependency / Case1 / c2.c
blob4cf4426e5577181abf74d773500a03f81a5061cb
1 extern int b2();
3 int c2()
5 return b2()+1;