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:
authorMarek Safar <marek.safar@gmail.com>2004-05-20 14:56:16 +0400
committerMarek Safar <marek.safar@gmail.com>2004-05-20 14:56:16 +0400
commit3982c48f6e9b534c74e01b966332420768b1d0fd (patch)
tree26ea3c35b85658d4a1a7914d254b25d4f15fa2f1 /mcs/tests/test-255.cs
parent0492599cb0fda7aaaa7a4353b8610eb450fed015 (diff)
2004-05-20 Marek Safar <marek.safar@seznam.cz>
* test-255.cs: New test. svn path=/trunk/mcs/; revision=27738
Diffstat (limited to 'mcs/tests/test-255.cs')
-rw-r--r--mcs/tests/test-255.cs7
1 files changed, 7 insertions, 0 deletions
diff --git a/mcs/tests/test-255.cs b/mcs/tests/test-255.cs
new file mode 100644
index 00000000000..0193ed97ae7
--- /dev/null
+++ b/mcs/tests/test-255.cs
@@ -0,0 +1,7 @@
+using System;
+
+[type: Obsolete]
+
+public class C {
+ public static void Main () {}
+}