ENH: fix bug where sharedforward would not work if there was a space in the path...
[cmake.git] / Tests / LinkLine / Exec.c
blob807a7a8cc6c7a37fd8bf996aed929a73d0f9425c
1 void OneFunc();
2 void TwoFunc();
4 int main()
6 OneFunc();
7 TwoFunc();
8 return 0;