Files
CMake/Tests/RunCMake/IAR/module.cxx
Felipe Torrezan 37e44707bc IAR: Add tests covering IAR toolchains
Run the tests only if enabled explicitly by an undocumented cache
entry.  We will enable it on hosts known to have the toolchains.
2023-10-23 15:59:40 -04:00

8 lines
84 B
C++

#include "module.h"
__root int i;
__root int main()
{
i = INTERNAL;
return i;
}