#ifndef MAIN #ifndef A_BUILD_MAIN_AS_STATIC_LIB #include #include "common.h" int main(int argc, const char *argv[]) { RD_INIT(); log_i("Hello world!"); return 0; } #endif #endif