1 //Tests ldftn and calli
2 //Prints PASS if passed, nothing if failed
4 .assembly extern mscorlib{}
8 .class private auto ansi someTest
9 extends [mscorlib]System.Object {
11 .method public static void go() cil managed {
15 ldftn void [mscorlib]System.Console::WriteLine(string)