939035ad91
link lines, which affects external libraries pulled up from deep within the dependency tree. Fixed by preserving order everywhere.
8 lines
66 B
C
8 lines
66 B
C
void OneFunc();
|
|
|
|
void TwoFunc()
|
|
{
|
|
OneFunc();
|
|
NoDepZ_func();
|
|
}
|