Bump corefx
[mono-project.git] / mono / tests / static-fields-nonconst.il
blob5fb3d94e8d86fdd38a9f15c0e0cc36cfa82e7fec
1 .assembly extern mscorlib {} 
5 .assembly test {} 
9 .module test.exe 
13 .class public EntryPoint extends [mscorlib]System.Object { 
17   .field public static int32 m_test = int32(2) 
21   .method public static int32 Main() cil managed {
23       .entrypoint
25       ldsfld int32 EntryPoint::m_test
26       brtrue fail
27       ldc.i4 0
28       ret
29       fail:
30       ldc.i4 1
31       ret
33   }
35