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>2007-06-15 00:53:08 +0400
committerMarek Safar <marek.safar@gmail.com>2007-06-15 00:53:08 +0400
commitc31daf14568a4fb6f31c92f56ea47beb82b7b83b (patch)
treea04670c26e5b322537c836f92719243ffa463892 /mcs/tests/test-571.cs
parent9187955131e9b12e33affc93c9a58ef6e975a032 (diff)
New test.
svn path=/trunk/mcs/; revision=79632
Diffstat (limited to 'mcs/tests/test-571.cs')
-rw-r--r--mcs/tests/test-571.cs13
1 files changed, 13 insertions, 0 deletions
diff --git a/mcs/tests/test-571.cs b/mcs/tests/test-571.cs
new file mode 100644
index 00000000000..b7d7624b2be
--- /dev/null
+++ b/mcs/tests/test-571.cs
@@ -0,0 +1,13 @@
+using System;
+using System.Reflection;
+
+using StringList = System.String;
+
+[assembly: AssemblyTitle("Title")]
+
+class Test {
+ public static void Main ()
+ {
+ }
+}
+