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

int get_stnodep_value (void);

SYMBOL_EXPORT
int get_shstdep_value (void) {
  return get_stnodep_value ();
}