#include <stdio.h>
void fun(void)
{
	printf("fun() call from a static library\n");
}
