Imported Upstream version 3.17.5
[platform/upstream/cmake.git] / Tests / RunCMake / Ninja / app.cpp
1 int main(int argc, char* argv[])
2 {
3   (void)argc;
4   (void)argv;
5   return 0;
6 }