[corlib] Add a special method for XI so the linker does not always have to generate it.
[mono-project.git] / mcs / errors / cs5001.cs
blobb39dce0998386d68de6509e1666f17d10828f88e
1 // CS5001: Program `cs5001.exe' does not contain a static `Main' method suitable for an entry point
2 // Line: 0
4 using System;
5 using System.Collections;
7 namespace Butt {