1#ifndef PLUGIN_H_IN
2#define PLUGIN_H_IN
3
4extern "C" {
5void plugin_entry(void);
6void plugin_init(void);
7}
8
9#endif // PLUGIN_H_IN
10

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