mirror of
https://github.com/reactos/CMake.git
synced 2024-12-04 09:54:15 +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 foo3c(void);
|
|
int foo2c(void) { return foo3c(); }
|