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:
authorRaja R Harinath <harinath@hurrynot.org>2005-04-26 16:49:08 +0400
committerRaja R Harinath <harinath@hurrynot.org>2005-04-26 16:49:08 +0400
commit9e316a42bf27b78ef40a64b82c332e2601ed0d62 (patch)
treef0310485b84f18c9033aaab09342873b37065a6f /mcs/errors/cs3026.cs
parentf44b30fe544786d5477917688133a8ac97835757 (diff)
update
svn path=/trunk/mcs/; revision=43589
Diffstat (limited to 'mcs/errors/cs3026.cs')
-rw-r--r--mcs/errors/cs3026.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/errors/cs3026.cs b/mcs/errors/cs3026.cs
index 0788725c7bd..e0e83c3d38a 100644
--- a/mcs/errors/cs3026.cs
+++ b/mcs/errors/cs3026.cs
@@ -7,4 +7,5 @@ using System;
public class Class {
protected volatile int V;
+ static void Main () {}
}