bb18790397
We create a LinkDirectory test to check that the policy OLD and NEW behaviors work as documented. See issue #9697.
4 lines
97 B
C
4 lines
97 B
C
extern int mylibA(void);
|
|
extern int mylibB(void);
|
|
int main(void) { return mylibA() + mylibB(); }
|