Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Baulig <martin@novell.com>2005-04-21 16:20:43 +0400
committerMartin Baulig <martin@novell.com>2005-04-21 16:20:43 +0400
commit890792c0d81c87218af8cd5cd63a2824cd8d9868 (patch)
tree5b671f8b8335abd38b27c2ce33a75eac9d60b291 /mcs/errors/gcs0117.cs
parent177b3be00b1ae4d4f5e13e7171595a42c75b931a (diff)
Add entry point.
svn path=/trunk/mcs/; revision=43397
Diffstat (limited to 'mcs/errors/gcs0117.cs')
-rw-r--r--mcs/errors/gcs0117.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/mcs/errors/gcs0117.cs b/mcs/errors/gcs0117.cs
index d0387f5daf6..67db940ce0c 100644
--- a/mcs/errors/gcs0117.cs
+++ b/mcs/errors/gcs0117.cs
@@ -14,4 +14,7 @@ class X
{
public void Test ()
{ }
+
+ public static void Main ()
+ { }
}