CMake/Tests/RunCMake/TIClang/module.cxx
Alan Phipps 9ba0a54554 TIClang: Add support for TI Clang-based compilers, including tiarmclang
Add TIClang compiler ID and support in compiler modules.  Update
documentation.  Add rudimentary RunCMake test for TIClang to test
basic functionality.

Fixes: #24619
2024-02-09 15:54:40 -05:00

8 lines
70 B
C++

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