
Run the tests only if enabled explicitly by an undocumented cache entry. We will enable it on hosts known to have the toolchains. Closes: #26735
8 lines
70 B
C++
8 lines
70 B
C++
#include "module.h"
|
|
int i;
|
|
int main()
|
|
{
|
|
i = INTERNAL;
|
|
return i;
|
|
}
|