mirror of
https://github.com/reactos/CMake.git
synced 2025-01-25 05:04:37 +00:00
0cfd8c411f
This tests the LINK_INTERFACE_MULTIPLICITY property for a cycle of three static libraries that must be scanned three times to link properly.
3 lines
60 B
C
3 lines
60 B
C
extern int foo1c(void);
|
|
int foo3b(void) { return foo1c(); }
|