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-08-13 15:55:42 +0400
committerMarek Safar <marek.safar@gmail.com>2008-08-13 15:55:42 +0400
commit80ddafe6c65bf98ae9615a3f9e611f2f7a0713ec (patch)
treecac6ad8cc0e3d70fed940d049155ec3442683abf /mcs/tests/gtest-405.cs
parent636af801362337b9635c9315751574161b280734 (diff)
New tests.
svn path=/trunk/mcs/; revision=110352
Diffstat (limited to 'mcs/tests/gtest-405.cs')
-rwxr-xr-xmcs/tests/gtest-405.cs14
1 files changed, 14 insertions, 0 deletions
diff --git a/mcs/tests/gtest-405.cs b/mcs/tests/gtest-405.cs
new file mode 100755
index 00000000000..8a312ed719b
--- /dev/null
+++ b/mcs/tests/gtest-405.cs
@@ -0,0 +1,14 @@
+using System.Collections.Generic;
+using System;
+
+public struct AllocationClassData<T>
+{
+ static Comparison<AllocationClassData<T>> hh;
+}
+
+class C
+{
+ public static void Main ()
+ {
+ }
+} \ No newline at end of file