21 lines
351 B
Plaintext
Raw Normal View History

//Test for tokenizing : 0...8
//Bug# 76977
.namespace MonoTest
{
.class private auto autochar beforefieldinit ConsoleApp extends
[mscorlib]System.Object
{
.method assembly hidebysig static void
Test() cil managed
{
// Code size 74 (0x4a)
.maxstack 2
.locals init (unsigned int8[0...8] V_0)
ret
}
}
}