Sign in
llvm
/
llvm-project
/
lldb
/
refs/heads/main
/
.
/
test
/
API
/
lang
/
cpp
/
odr-handling-with-dylib
/
main.cpp
blob: f3372e0fbe70181f2949559554c058e44b0f8c4d [
file
] [
log
] [
blame
] [
edit
]
#include
"plugin.h"
#define
HIDE_FROM_PLUGIN
1
#include
"service.h"
int
main
()
{
exported
();
plugin_init
();
plugin_entry
();
return
0
;
}