1 /* Tests loading of a shared library which contains only BSS section. */ 2 3 #include <stdio.h> 4 main(void)5 int main(void) 6 { 7 printf("PASS\n"); 8 return 0; 9 } 10