Merge pull request #409 from Alkarex/patch-1
[mono.git] / mcs / errors / cs1525-22.cs
1 // CS1525: Unexpected symbol `::'
2 // Line: 4
3
4 namespace a::b
5 {
6 }