namespace Math { int add() { return 5; } } // namespace Math int main() { return Math::add(); }