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