Merge pull request #1900 from esdrubal/cyclic-ref
[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 {