Files
CMake/Tests/RunCMake/IAR/libmod.c
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

5 lines
34 B
C

int iar_libfun()
{
return 42;
}