mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 02:19:18 -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
68 B
C++
7 lines
68 B
C++
export module importable;
|
|
|
|
export int from_import()
|
|
{
|
|
return 0;
|
|
}
|