module; #include module hello:part_internal; namespace hello { void say_internal(const char *str) { printf("%s\n", str); } }