#include #include int main() { arib_instance_t *ptr = arib_instance_new(NULL); if (!ptr) return 1; arib_instance_destroy(ptr); return 0; }