1 // Compiler options: -optimize -r:test-734-lib.dll
4 using System
.Reflection
;
11 Console
.WriteLine (run
);
14 public static int Main ()
18 var body
= typeof (M
).GetMethod ("Run").GetMethodBody ();
20 // Check for volatile. (0xFE1E)
21 var array
= body
.GetILAsByteArray ();