flush
[mcs.git] / ilasm / tests / test-method-pointer.il
blob035e56ee1e1e0ed608e5d6a5e74c5fb25a206651
1 //From bug: #405383
3 .assembly 'test-method-pointer'
6 .module 'test-method-pointer.dll'
8 .class public auto ansi Test extends [mscorlib]System.Object {
10         // field referencing a method pointer with no params
11         .field private static method void  * () * 'p?fs1515'
13         .field private static method void  * (int32, uint8) * mptr