summaryrefslogtreecommitdiff
path: root/tests/parser/test-003.cli
blob: 2413b719f14f870f764c5e2c6cb39398e1fe3632 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
namespace n1 {}

namespace n1
{
  namespace n2 {}
  class c {};
  namespace n2 
  {
    namespace n3 {}
  }
}

namespace n4 {}