CMake/Tests/Complex/Library/testConly.c

7 lines
63 B
C

#include "sharedFile.h"
int CsharedFunction()
{
return 1;
}