BAR
{ 275, BAR },
{ "bar", BAR, OBJECT, NULL },
printf("loading %s\n", BAR);
h = dlopen(BAR, RTLD_LAZY|RTLD_GLOBAL);
errx(1, "dlopen %s: %s", BAR, dlerror());
printf("loaded: %s\n", BAR);