1 // No entry in the TypeSpec table should be emitted for generic types (g<> and gen<>)
2 // referenced in local var sig as it(GenericInst) is emitted the sig itself, and not a TypeSpec token
4 .assembly extern mscorlib
14 .custom instance void class [mscorlib]System.Runtime.CompilerServices.RuntimeCompatibilityAttribute::.ctor() = (
15 01 00 01 00 54 02 16 57 72 61 70 4E 6F 6E 45 78 // ....T..WrapNonEx
16 63 65 70 74 69 6F 6E 54 68 72 6F 77 73 01 ) // ceptionThrows.
20 .module 'gen-local.exe'
22 .class private auto ansi beforefieldinit g`1<T>
23 extends [mscorlib]System.Object
25 .method public hidebysig specialname rtspecialname
26 instance default void .ctor () cil managed
30 IL_0001: call instance void object::.ctor()
35 .class private auto ansi beforefieldinit test
36 extends [mscorlib]System.Object
38 .method public static hidebysig
39 default void Main () cil managed
44 class g`1<string> V_0,
45 class [one]gen`1<string> V_1)