CMake/Tests/ObjectLibrary/B/b1.c

3 lines
51 B
C

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