Brad King 0cfd8c411f Test link multiplicity
This tests the LINK_INTERFACE_MULTIPLICITY property for a cycle of three
static libraries that must be scanned three times to link properly.
2009-09-01 10:38:03 -04:00

3 lines
60 B
C

extern int foo1c(void);
int foo3b(void) { return foo1c(); }