CMake/Tests/Complex/Library/testConly.c
2002-04-09 10:19:02 -04:00

7 lines
62 B
C

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