b0f1e12ec32ecb9a229c15b2042df7afe68ee382
[mono.git] / mcs / errors / cs1525-22.cs
1 // CS1525: Unexpected symbol `::', expecting `.' or `{'
2 // Line: 4
3
4 namespace a::b
5 {
6 }