CMake/Tests/RuntimePath/bar1.c

6 lines
51 B
C

extern int foo1();
int bar1()
{
return foo1();
}