mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06:00
Run the tests only if enabled explicitly by an undocumented cache entry. We will enable it on hosts known to have the toolchains.
8 lines
84 B
C++
8 lines
84 B
C++
#include "module.h"
|
|
__root int i;
|
|
__root int main()
|
|
{
|
|
i = INTERNAL;
|
|
return i;
|
|
}
|