summaryrefslogtreecommitdiff
path: root/mcs/errors/cs5001.cs
blob: b39dce0998386d68de6509e1666f17d10828f88e (plain)
1
2
3
4
5
6
7
8
9
// CS5001: Program `cs5001.exe' does not contain a static `Main' method suitable for an entry point
// Line: 0

using System;
using System.Collections;

namespace Butt {
}