CMake/Tests/ObjectLibrary/A/a2.c

6 lines
44 B
C

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