New test.
[mono.git] / mcs / ilasm / tests / test-12.il
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 { }
10
11 //
12 // Create a generic type and a generic method
13 //
14
15 .namespace Mono.ILASM.Tests {
16
17         .class public Test_12<int32> extends [mscorlib]System.Object {
18
19                .method void meth<int32> () {
20
21                }
22         }
23 }