blob: ba702f52b778c3d098e16f219e0aa70dd058e31b [file] [log] [blame]
/* Tests loading of a shared library which contains only BSS section. */
#include <stdio.h>
int main(void)
{
printf("PASS\n");
return 0;
}