* HttpChannel.cs, HttpClientChannel.cs, HttpHelper.cs, HttpServer.cs,
[mono.git] / mcs / tests / co1.cs
1 class X {\r
2         const int x = 1;\r
3         const string s = "Hello";\r
4 }\r