1 //tests localloc by allocating 4 bytes, storing a value, and loading it
2 .assembly extern mscorlib{}
6 .class private auto ansi someTest
7 extends [mscorlib]System.Object {
9 .method public static void go() cil managed {
12 .locals init (native int)
33 call void [mscorlib]System.Console::WriteLine(string)
37 call void [mscorlib]System.Console::WriteLine(string)