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-10-23 13:19:06 +0400
committerMarek Safar <marek.safar@gmail.com>2010-10-24 19:58:05 +0400
commitc37022a015d7471f32ea6a7a4c22af6e92787469 (patch)
tree9a74db25af3127b128a36d91eaf9595a40971954 /mcs/tests/test-792-lib.il
parentfd036a2b56515e6ac6c5026b3874e776aeb1ebed (diff)
New test.
Diffstat (limited to 'mcs/tests/test-792-lib.il')
-rw-r--r--mcs/tests/test-792-lib.il13
1 files changed, 13 insertions, 0 deletions
diff --git a/mcs/tests/test-792-lib.il b/mcs/tests/test-792-lib.il
index 620f5c1ebcb..0e5db9c6013 100644
--- a/mcs/tests/test-792-lib.il
+++ b/mcs/tests/test-792-lib.il
@@ -79,3 +79,16 @@
}
}
+.class public auto ansi beforefieldinit G`1<T> extends [mscorlib]System.Object
+{
+ .field public class ['missing-lib']Missing foo
+
+ .method public hidebysig specialname rtspecialname instance void .ctor() cil managed
+ {
+ IL_0000: ldarg.0
+ IL_0001: call instance void [mscorlib]System.Object::.ctor()
+ IL_0006: ret
+ }
+}
+
+