* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / errors / cs5001.cs
1 // cs5001.cs: Program `cs5001.exe' does not contain a static `Main' method suitable for an entry point
2 // Line: 0
3
4 using System;
5 using System.Collections;
6
7 namespace Butt {
8 }
9