1 #include <stdio.h>
2 
3 void
fun(void)4 fun (void)
5 {
6   printf ("Weak defined\n");
7 }
8