mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 05:38:24 -05:00
37e44707bc
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;
|
|
}
|