1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-19 02:17:27 +08:00
Files
CMake/Tests/Framework/External/external.c

5 lines
35 B
C

int external(void)
{
return 0;
}