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-09-11 13:55:10 +0400
committerMarek Safar <marek.safar@gmail.com>2008-09-11 13:55:10 +0400
commitb53179b24bd5a3140433283c3ddcd71bd5561b75 (patch)
tree9de92bea254d71cbb83e42175779df7c40fb29c1 /mcs/tests/gtest-409.cs
parent2ecb02274d39e583d6c20d1b1bffd15d14dccf86 (diff)
Updated.
svn path=/trunk/mcs/; revision=112753
Diffstat (limited to 'mcs/tests/gtest-409.cs')
-rwxr-xr-xmcs/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 d8261fb184f..7605b604d51 100755
--- a/mcs/tests/gtest-409.cs
+++ b/mcs/tests/gtest-409.cs
@@ -18,6 +18,11 @@ public class ConditionalParsing
}
}
+ class Const
+ {
+ const int c = true ? 1 : 2;
+ }
+
struct S
{
}