summaryrefslogtreecommitdiff
path: root/test/_libtest.c
blob: 2fa0bc967c5cbafaf7fdce5d72baee8f64cd36e6 (plain)
1
2
3
4
5
6
7
8
#include "snippets/include_headers.h"
#define where "library"
void FUNC_NAME_as_needed() {
  printf("  called FUNC_NAME_as_needed() \n");
}
static __attribute__((constructor)) void init_FUNC_NAME() {
#include "snippets/FUNC_NAME.c"
}