#include #include void libghdl_init(); // dummy, just to see if finding the library/linking works int main() { libghdl_init(); }