/* Tests loading of a shared library which contains only BSS section. */ #include int main(void) { printf("PASS\n"); return 0; }