The test exports two libraries into two separate exports, and then include()s the generated export files. This must not fail. Alex
5 lines
91 B
C
5 lines
91 B
C
|
|
extern int testLibRequired(void);
|
|
|
|
int testLibDepends(void) { return testLibRequired(); }
|