Files
CMake/Tests/RunCMake/UnityBuild/func.c
2019-08-30 20:39:32 +02:00

7 lines
50 B
C

#include "func.h"
int func(void)
{
return 0;
}