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:23:27 +0400
committerMartin Baulig <martin@novell.com>2005-04-21 16:23:27 +0400
commit086ce7377af2f075c520de6032099c49af7e2f08 (patch)
tree0e51489fdf3b9a31b81f80c5d18db903334ccabb /mcs/errors/gcs0698.cs
parent890792c0d81c87218af8cd5cd63a2824cd8d9868 (diff)
Add entry point.
svn path=/trunk/mcs/; revision=43398
Diffstat (limited to 'mcs/errors/gcs0698.cs')
-rw-r--r--mcs/errors/gcs0698.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/mcs/errors/gcs0698.cs b/mcs/errors/gcs0698.cs
index d79b3e167cb..a4484e52237 100644
--- a/mcs/errors/gcs0698.cs
+++ b/mcs/errors/gcs0698.cs
@@ -5,3 +5,9 @@ using System;
class Stack<T> : Attribute
{ }
+
+class X
+{
+ static void Main ()
+ { }
+}