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>2010-04-08 19:47:21 +0400
committerMarek Safar <marek.safar@gmail.com>2010-04-08 19:47:21 +0400
commit9158c75c502e6086141cadd7216396ddc67b47a3 (patch)
tree61f0de2cf86014e6e0887e1ec6305d8b9f0cc856 /mcs/tests/test-752.cs
parent885e0d31c19630d73120ffcda039ae3d1fff335c (diff)
New tests.
svn path=/trunk/mcs/; revision=155061
Diffstat (limited to 'mcs/tests/test-752.cs')
-rw-r--r--mcs/tests/test-752.cs8
1 files changed, 8 insertions, 0 deletions
diff --git a/mcs/tests/test-752.cs b/mcs/tests/test-752.cs
new file mode 100644
index 00000000000..378a5fffe5c
--- /dev/null
+++ b/mcs/tests/test-752.cs
@@ -0,0 +1,8 @@
+// Compiler options: -r:test-752-lib.dll
+
+class M : B
+{
+ public static void Main ()
+ {
+ }
+} \ No newline at end of file