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>2004-12-10 05:13:38 +0300
committerMartin Baulig <martin@novell.com>2004-12-10 05:13:38 +0300
commit3c207abe799d6f95bbb1c3f83ac7ee39b5e783ce (patch)
tree1aa0c67f73027320b7b77a94306f33d6b6b6cd08 /mcs/errors/cs1574-5.cs
parent286631ce6bdfb0711a27a6e4f8e2cc68fb49fb0e (diff)
Add a Main().
svn path=/trunk/mcs/; revision=37539
Diffstat (limited to 'mcs/errors/cs1574-5.cs')
-rw-r--r--mcs/errors/cs1574-5.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/mcs/errors/cs1574-5.cs b/mcs/errors/cs1574-5.cs
index 76c0861ca07..21874903514 100644
--- a/mcs/errors/cs1574-5.cs
+++ b/mcs/errors/cs1574-5.cs
@@ -9,3 +9,8 @@ public class Test
}
}
+class X
+{
+ static void Main ()
+ { }
+}