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-05-10 15:26:27 +0400
committerMarek Safar <marek.safar@gmail.com>2010-05-10 15:26:27 +0400
commit90d8423d64b3f4c4a5a8d10af92678d39efa367a (patch)
treec25e415b5a8b3ebe2bb0174259feb32029f412f1 /mcs/tests/test-759.cs
parent546f5a56d0392412b2780da397a4d84adfe11fd9 (diff)
New tests.
svn path=/trunk/mcs/; revision=157009
Diffstat (limited to 'mcs/tests/test-759.cs')
-rw-r--r--mcs/tests/test-759.cs11
1 files changed, 11 insertions, 0 deletions
diff --git a/mcs/tests/test-759.cs b/mcs/tests/test-759.cs
new file mode 100644
index 00000000000..43ab7ced44f
--- /dev/null
+++ b/mcs/tests/test-759.cs
@@ -0,0 +1,11 @@
+// Compiler options: -r:test-759-lib.dll
+
+using System;
+
+class B
+{
+ public static void Main ()
+ {
+ Console.WriteLine (E.Value);
+ }
+}