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

SYMBOL_EXPORT
int get_shnodep_value (void) {
  return 1;
}