**** Merged from MCS ****
[mono-project.git] / mcs / ilasm / tests / test-12.il
blob66a26e1d93cfd7fec29dbb602e94d72d57eda31f
1 //
2 // Mono.ILASM.Tests
3 //
4 // Author(s):
5 //  Jackson Harper (Jackson@LatitudeGeo.com)
6 //
7 // (C) 2003 Jackson Harper, All rights reserved
8 //
9 .assembly extern mscorlib { }
12 // Create a generic type and a generic method
15 .namespace Mono.ILASM.Tests {
17         .class public Test_12<int32> extends [mscorlib]System.Object {
19                .method void meth<int32> () {
21                }
22         }