Test based on #82064 (Miguel's commit)
authorMarek Safar <marek.safar@gmail.com>
Fri, 13 Jul 2007 13:08:28 +0000 (13:08 -0000)
committerMarek Safar <marek.safar@gmail.com>
Fri, 13 Jul 2007 13:08:28 +0000 (13:08 -0000)
svn path=/trunk/mcs/; revision=81942

mcs/tests/test-574.cs [new file with mode: 0644]

diff --git a/mcs/tests/test-574.cs b/mcs/tests/test-574.cs
new file mode 100644 (file)
index 0000000..801c196
--- /dev/null
@@ -0,0 +1,15 @@
+using System;
+using System.IO;
+
+namespace XmlnsAttributeSample
+{
+    public class XmlnsAttribTester
+    {
+        static public void Main (string [] args)
+        {
+            using (StringWriter stringWriter = new StringWriter ())
+            {
+            }
+        }
+    }
+}
\ No newline at end of file