ENH: fix bug where sharedforward would not work if there was a space in the path...
[cmake.git] / Tests / LinkLine / One.c
blob167f07d0d91238dec3b6451ad21f9ecb54ea0040
1 void TwoFunc();
3 void OneFunc()
5 static int i = 0;
6 ++i;
7 if( i==1 ) {
8 TwoFunc();