CMake/Tests/Dependency/Case3/bar.c

6 lines
59 B
C

extern int foo1(void);
int main(void)
{
return foo1();
}