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-06-15 11:09:33 +0400
committerMarek Safar <marek.safar@gmail.com>2010-06-15 11:09:33 +0400
commita424964df71596932d95f67238ee3f34dc0e1fe9 (patch)
tree2ee3b6ee964229fc66271c53911001bc42687ef6 /mcs/tests/gtest-409.cs
parent7b25356adab16ccb5fe944191e3ef012d76a652d (diff)
New test.
svn path=/trunk/mcs/; revision=158914
Diffstat (limited to 'mcs/tests/gtest-409.cs')
-rw-r--r--mcs/tests/gtest-409.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/mcs/tests/gtest-409.cs b/mcs/tests/gtest-409.cs
index 430a77c7ad3..fb80a140fa5 100644
--- a/mcs/tests/gtest-409.cs
+++ b/mcs/tests/gtest-409.cs
@@ -81,6 +81,11 @@ public class ConditionalParsing
string a = (b ? (c ? "#" : "#") : "");
}
+ void Test_10 ()
+ {
+ int i = new int [] { 1, 2, 3 } [1];
+ }
+
public static void Main ()
{
}