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>2008-04-16 20:05:22 +0400
committerMarek Safar <marek.safar@gmail.com>2008-04-16 20:05:22 +0400
commit4e6ae8639f6fda03bd70a07ecd73457608ef3158 (patch)
treebcee57070fdfbd208575779ea2b31bd86de6e86b /mcs/tests/test-633.cs
parent867792956a682321199e7abece4d2f70c2912245 (diff)
New test.
svn path=/trunk/mcs/; revision=100903
Diffstat (limited to 'mcs/tests/test-633.cs')
-rw-r--r--mcs/tests/test-633.cs20
1 files changed, 20 insertions, 0 deletions
diff --git a/mcs/tests/test-633.cs b/mcs/tests/test-633.cs
new file mode 100644
index 00000000000..e22d5878e23
--- /dev/null
+++ b/mcs/tests/test-633.cs
@@ -0,0 +1,20 @@
+namespace A.X
+{
+}
+
+namespace B.X
+{
+}
+
+namespace Test
+{
+ using A.X;
+ using B.X;
+
+ class C
+ {
+ public static void Main ()
+ {
+ }
+ }
+} \ No newline at end of file