* HttpChannel.cs, HttpClientChannel.cs, HttpHelper.cs, HttpServer.cs,
[mono.git] / mcs / errors / cs5001.cs
1 //cs5001: Program x does not have an entry point defined
2
3 using System;
4 using System.Collections;
5
6 namespace Butt {
7 }
8