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