#include "testlib_api.h" #include int main(int argc, char** argv) { try { testlib_symbols()->kotlin.root.kotlinFun(); } catch (...) { printf("Should not happen\n"); } }