summaryrefslogtreecommitdiffstats
path: root/tests/language-feature/namespaces/namespace-include/m2.slang
blob: 71a9be85a16f52c38335d86d03326b4ab5f8d94e (plain)
1
2
3
4
5
6
7
8
9
implementing m;

namespace ns1
{
namespace ns2
{
    public int g() { return 2; }
}
}