aboutsummaryrefslogtreecommitdiff
path: root/test cases/common/145 recursive linking/stnodep/lib.c
blob: 4bc50bea2138b4a521ca303e2a1fe318462e3c6f (plain)
1
2
3
4
5
6
#include "../lib.h"

SYMBOL_EXPORT
int get_stnodep_value (void) {
  return 2;
}