1 2 3 4 5 6 7 8
module main_module.module2; #include <stdio.h> void hello2(void) { printf("hello2\n"); };