ENH: fix bug where sharedforward would not work if there was a space in the path...
[cmake.git] / Tests / SubProject / car.cxx
blob95de4a327751ac76d847816f8db769e5b882db3e
1 int main(int ac, char** av)
3 (void) ac;
4 (void) av;
5 return 0;