export module cat; export namespace cat { int sub(int a, int b) { return a - b; } }