ENH: fix bug where sharedforward would not work if there was a space in the path...
[cmake.git] / Modules / TestForAnsiForScope.cxx
blobf2ec7607722d5b71940d57151ddb60d51a7fabf6
1 int main(int, char*[])
2 {
3 int i;
4 for(int i=0; i < 1; ++i);
5 (void)i;
6 return 0;