summaryrefslogtreecommitdiff
path: root/mcs/errors/cs1525-22.cs
blob: f20f87ca0cbe18fd809361fb853c0b59d6143a32 (plain)
1
2
3
4
5
6
// CS1525: Unexpected symbol `::'
// Line: 4

namespace a::b
{
}