summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/test1.cxx
blob: e46f02cc10b8bcd7f6ed0f4bdfb8232fc8a39efd (plain)
1
2
3
4
5
6
7
#include <kwsys/Directory.hxx>

int main()
{
  kwsys::Directory();
  return 0;
}