CMake/Tests/LinkLineOrder/Two.c

8 lines
66 B
C

void OneFunc();
void TwoFunc()
{
OneFunc();
NoDepZ_func();
}