2010-04-07 Jb Evain <jbevain@novell.com>
[mcs.git] / ilasm / tests / test-8.il
blob9e6fd1ae5388899b6463a05e794edf6d58f62644
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 // Implement an interface
15 .namespace Mono.ILASM.Tests {
17         .class public auto ansi Test_8
18                 extends [mscorlib]System.Collections.ArrayList 
19                 implements [mscorlib]System.Collections.IList {
21         }