summaryrefslogtreecommitdiff
path: root/test/_use_lib_test.c
blob: 1c392fe690cd360c40f506e04aaaad46ea82f235 (plain)
1
2
3
4
5
6
7
#include "snippets/include_headers.h"
extern void SNIPPET_NAME_as_needed();
#define where "use_lib_SNIPPET_NAME"
int main() {
  SNIPPET_NAME_as_needed();
#include "snippets/SNIPPET_NAME.c"
}