aboutsummaryrefslogtreecommitdiff
path: root/test cases/common/146 recursive linking/3rdorderdeps/lib.c.in
blob: 461f859958df05bacdb96bb72ae9dad3dd66b8b9 (plain)
1
2
3
4
5
6
7
8
#include "../lib.h"

int get_@DEPENDENCY@dep_value (void);

SYMBOL_EXPORT
int get_@LIBTYPE@@DEPENDENCY@dep_value (void) {
  return get_@DEPENDENCY@dep_value ();
}