2 // CIL which breaks the ECMA-335 rules.
3 // this CIL should fail verification by a conforming CLI verifier.
5 .assembly 'ldfld_missing_field_generated'
7 .hash algorithm 0x00008004
11 .class public auto ansi beforefieldinit MissingMember extends [mscorlib]System.Object
13 .method public hidebysig specialname rtspecialname instance default void .ctor () cil managed
17 call instance void object::.ctor()
21 .method static private hidebysig void PrivateMethod () cil managed
28 .field private int32 privateField
31 .class public auto ansi beforefieldinit Driver extends [mscorlib]System.Object
33 .method public hidebysig specialname rtspecialname instance default void .ctor () cil managed
37 call instance void object::.ctor()
41 .method public static void NoInline() cil managed
47 .method public static void TestMethod() cil managed
50 call void Driver::NoInline()
52 ldfld int32 MissingMember::fld
59 .method public static int32 Main() cil managed
63 .locals init ( class [mscorlib]System.Exception V_0, int32 V_1)
69 call void Driver::TestMethod()
70 ldstr ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>ldfld_missing_field did not throw an exception"
71 call void class [mscorlib]System.Console::WriteLine(string)
76 catch [mscorlib]System.Exception {
80 callvirt instance class [mscorlib]System.Type class [mscorlib]System.Exception::GetType()
81 ldtoken [mscorlib]System.MissingFieldException
82 call class [mscorlib]System.Type class [mscorlib]System.Type::GetTypeFromHandle(valuetype [mscorlib]System.RuntimeTypeHandle)
84 ldstr ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>ldfld_missing_field thrown {0} instead of System.MissingFieldException"
86 callvirt instance class [mscorlib]System.Type class [mscorlib]System.Exception::GetType()
87 call void class [mscorlib]System.Console::WriteLine(string, object)