1 #include <stdio.h>
2 
func4(void)3 void func4(void)
4 {
5     printf("Hello from func4!\n");
6 }
7