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>2006-09-24 14:15:28 +0400
committerMarek Safar <marek.safar@gmail.com>2006-09-24 14:15:28 +0400
commit83a4514e708bf694d12029ac8cba475b7f729d18 (patch)
treeb7113584503d764d0828bd396d25e4c5f579d22a /mcs/tests/test-532.cs
parent2e132a6a50872c41c96aaf2ed08f23d2086e1263 (diff)
New test based on #77754
svn path=/trunk/mcs/; revision=65845
Diffstat (limited to 'mcs/tests/test-532.cs')
-rw-r--r--mcs/tests/test-532.cs7
1 files changed, 7 insertions, 0 deletions
diff --git a/mcs/tests/test-532.cs b/mcs/tests/test-532.cs
new file mode 100644
index 00000000000..f3996c0f312
--- /dev/null
+++ b/mcs/tests/test-532.cs
@@ -0,0 +1,7 @@
+class X {
+ int[] v1 = { 1, 2 }, v2 = { 2, 3};
+
+ public static void Main ()
+ {
+ }
+} \ No newline at end of file