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

int get_shnodep_value (void);

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