CMake/Tests/ObjectLibrary/B/b1.c

6 lines
53 B
C

#include "b.h"
EXPORT_B int b1(void)
{
return 0;
}