1 .assembly extern mscorlib
4 .assembly 'test-ldcr-bytes'
9 .class private auto ansi beforefieldinit test
10 extends [mscorlib]System.Object
13 .method public hidebysig specialname rtspecialname
14 instance default void .ctor () cil managed
18 IL_0001: call instance void object::.ctor()
22 .method private static hidebysig
23 default float64 foo () cil managed
28 ldc.r8 (00 01 02 03 04 05 06 07)
32 .method public static hidebysig
33 default void Main (string[] args) cil managed
38 IL_0005: call float64 class test::foo()
39 IL_000a: box [mscorlib]System.Double
40 IL_000f: call void class [mscorlib]System.Console::WriteLine(string, object)