1 2 3 4 5 6 7 8 9 10 11
module; #include <cstdio> module hello:part_internal; namespace hello { void say_internal(const char *str) { printf("%s\n", str); } }