summaryrefslogtreecommitdiffstats
path: root/test cases/common/145 recursive linking/shshdep/lib.c
blob: 715d12092106e6ca55a07f5b1557a3eba59a4c02 (plain)
1
2
3
4
5
6
7
8
#include "../lib.h"

int get_shnodep_value (void);

SYMBOL_EXPORT
int get_shshdep_value (void) {
  return get_shnodep_value ();
}