1#include "plugin.h"
2
3#define HIDE_FROM_PLUGIN 1
4#include "service.h"
5
6int main() {
7 exported();
8 plugin_init();
9 plugin_entry();
10 return 0;
11}
12

source code of lldb/test/API/lang/cpp/odr-handling-with-dylib/main.cpp