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

int get_stnodep_value (void);

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