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