mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-26 00:00:39 -05:00
3e7ffddf2f
Now that the test is split, it doesn't make sense to have the directory anymore. It also helps with shortening paths.
7 lines
61 B
C++
7 lines
61 B
C++
int f();
|
|
|
|
int main(int argc, char* argv[])
|
|
{
|
|
return f();
|
|
}
|